Package-level declarations
Functions
Maps this value to a BooleanArray by copying its contents, failing if it is not a guest array.
Maps this value to a ByteArray by copying its contents, failing if it is not a guest array.
Returns this value as a Byte, or null
if the value is null
or not a number.
Maps this value to a CharArray by copying its contents, failing if it is not a guest array.
Returns this value as a Char, or null
if the value is null
or not a number.
Maps this value to a DoubleArray by copying its contents, failing if it is not a guest array.
Returns this value as a Double, or null
if the value is null
or not a number.
Maps this value to a FloatArray by copying its contents, failing if it is not a guest array.
Returns this value as a Float, or null
if the value is null
or not a number.
Maps this value to a host array using the map function on each element, failing if it is not a guest array.
Maps this value to a IntArray by copying its contents, failing if it is not a guest array.
Returns this value as a Int, or null
if the value is null
or not a number.
Maps this value to a LongArray by copying its contents, failing if it is not a guest array.
Returns this value as a Long, or null
if the value is null
or not a number.
Maps this value to a ShortArray by copying its contents, failing if it is not a guest array.
Returns this value as a Short, or null
if the value is null
or not a number.
Returns a property delegate that lazily loads a guest class by name, using loadGuestClass. Once resolved, the value will be reused.
Load a class by name from the guest context and return it as a PolyglotValue.