Package jolt.core
Class Result<T>
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.core.Result<T>
- All Implemented Interfaces:
JoltNative
- Direct Known Subclasses:
ShapeResult
Result relies on preview features of the Java platform:
Resultrefers to one or more preview APIs:MemorySegment.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
-
Field Summary
Fields inherited from class jolt.SegmentedJoltNative
handle -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jolt.SegmentedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Constructor Details
-
Result
-
-
Method Details
-
hasError
public abstract boolean hasError() -
or
-
orThrow
-
getError
-
throwError
public void throwError()
-
Resultwhen preview features are enabled.