Package team.unnamed.mocha.runtime.value
Interface Value
- All Known Subinterfaces:
Function<T>,ObjectValue,Scope
- All Known Implementing Classes:
ArrayValue,JavaFunction,JavaObjectBinding,JavaValue,MochaMath,MutableObjectBinding,NumberValue,StringValue
@NonExtendable
public interface Value
-
Method Details
-
of
-
of
-
of
-
of
-
nil
-
getAsNumber
default double getAsNumber() -
getAsBoolean
default boolean getAsBoolean() -
isString
default boolean isString() -
getAsString
-