Package party.iroiro.luajava.value
@NullMarked
package party.iroiro.luajava.value
Lua value representations and abstractions.
This package provides classes for representing and manipulating Lua values, including tables, functions, threads, and primitive types.
-
ClassDescriptionAbstractLuaValue<T extends Lua>Basic implementation of a
LuaValueon some Lua threadImmutableLuaValue<T extends @Nullable Object>BasicLuaValueimplementation wrapping immutable valuesInterface for functions implemented in Java.A simple wrapper of references to Lua values