Package-level declarations

Types

Link copied to clipboard
Utility class to covert array of primitive types to the List of Objects.
Link copied to clipboard
class Cleaner
General-purpose phantom-reference-based cleaners.
Link copied to clipboard
This class provides API to track the life time of the Java object and invoke callback to clean the native peer
Link copied to clipboard
open class DataRef
This class wraps a DirectByteBuffer, which allows memory sharing between native and the JVM.
Link copied to clipboard
open class Expected<E, V>
Expected is wrapper object around either a value or an error.
Link copied to clipboard
Expected factory creates value and error expected instances.
Link copied to clipboard
Utility class to extract keys and values as two separate arrays from the HashMap.
Link copied to clipboard
class None
Represents a type-safe, non-null, void value.
Link copied to clipboard
class PartialEq
Link copied to clipboard
Utility class for Record Type.
Link copied to clipboard
open class Size
Class for describing width and height dimensions.
Link copied to clipboard
open class Value
Wrapper class for value, complies to the mapbox type system.
Link copied to clipboard
Internal class to wrap Optional member type of variant type to keep type information of nullable value when marshalling between Java and C++