public interface Any
| Modifier and Type | Method and Description |
|---|---|
default Any |
and(Any any) |
default Any |
divide(Any other) |
default Any |
divide(double other) |
default Any |
get(java.lang.String name) |
default Type |
getType() |
default Any |
greaterThan(Any other) |
default Any |
identity() |
default Any |
invoke(Any... arguments) |
default Any |
invoke(java.util.List<Any> args) |
default Any |
isEqualTo(Any other) |
default boolean |
isNativeObject() |
default Any |
lessThan(Any other) |
default Any |
minus(Any other) |
default Any |
minus(double other) |
default Any |
mod(Any other) |
default Any |
mod(double other) |
default Any |
negate() |
default Any |
negative() |
default Any |
or(Any any) |
default Any |
plus(Any other) |
default Any |
plus(double other) |
default Any |
pow(Any other) |
default Any |
pow(double other) |
default Any |
rangeTo(Any other) |
default Any |
set(Any other) |
default Any |
times(Any other) |
default Any |
times(double other) |
default java.lang.Object |
toNative() |
static final Type TYPE
default Type getType()
default boolean isNativeObject()
default java.lang.Object toNative()
default Any negative()
default Any negate()
default Any plus(double other)
default Any minus(double other)
default Any times(double other)
default Any divide(double other)
default Any mod(double other)
default Any pow(double other)
default Any identity()
default Any get(java.lang.String name)