Package-level declarations

Functions

Link copied to clipboard

Maps this value to a BooleanArray by copying its contents, failing if it is not a guest array.

Link copied to clipboard

Returns this value as a Boolean, or null if the value is null or not a Boolean.

Link copied to clipboard

Maps this value to a ByteArray by copying its contents, failing if it is not a guest array.

Link copied to clipboard

Returns this value as a Byte, or null if the value is null or not a number.

Link copied to clipboard

Maps this value to a CharArray by copying its contents, failing if it is not a guest array.

Link copied to clipboard

Returns this value as a Char, or null if the value is null or not a number.

Link copied to clipboard

Maps this value to a DoubleArray by copying its contents, failing if it is not a guest array.

Link copied to clipboard

Returns this value as a Double, or null if the value is null or not a number.

Link copied to clipboard

Maps this value to a FloatArray by copying its contents, failing if it is not a guest array.

Link copied to clipboard

Returns this value as a Float, or null if the value is null or not a number.

Link copied to clipboard

Maps this value to a host array using the map function on each element, failing if it is not a guest array.

Link copied to clipboard

Maps this value to a IntArray by copying its contents, failing if it is not a guest array.

Link copied to clipboard

Returns this value as a Int, or null if the value is null or not a number.

Link copied to clipboard

Maps this value to a LongArray by copying its contents, failing if it is not a guest array.

Link copied to clipboard

Returns this value as a Long, or null if the value is null or not a number.

Link copied to clipboard

Maps this value to a ShortArray by copying its contents, failing if it is not a guest array.

Link copied to clipboard

Returns this value as a Short, or null if the value is null or not a number.

Link copied to clipboard

Returns this value as a String, or null if the value is null or not a String.

Link copied to clipboard

Returns a property delegate that lazily loads a guest class by name, using loadGuestClass. Once resolved, the value will be reused.

Link copied to clipboard

Load a class by name from the guest context and return it as a PolyglotValue.