Uses of Package
org.multiverse.api.functions
-
Classes in org.multiverse.api.functions used by org.multiverse.api.functions Class Description BooleanFunction AFunction
for primitives that accepts an argument of type boolean and returns a new value of the same type.DoubleFunction AFunction
for primitives that accepts an argument of type double and returns a new value of the same type.Function A Function that accepts an argument of a certain type and returns a new value of the same type.IncIntFunction AIntFunction
that increased the value with the supplied amount.IntFunction AFunction
for primitives that accepts an argument of type int and returns a new value of the same type.LongFunction AFunction
for primitives that accepts an argument of type long and returns a new value of the same type. -
Classes in org.multiverse.api.functions used by org.multiverse.api.references Class Description BooleanFunction AFunction
for primitives that accepts an argument of type boolean and returns a new value of the same type.DoubleFunction AFunction
for primitives that accepts an argument of type double and returns a new value of the same type.Function A Function that accepts an argument of a certain type and returns a new value of the same type.IntFunction AFunction
for primitives that accepts an argument of type int and returns a new value of the same type.LongFunction AFunction
for primitives that accepts an argument of type long and returns a new value of the same type. -
Classes in org.multiverse.api.functions used by org.multiverse.stms.gamma.transactionalobjects Class Description BooleanFunction AFunction
for primitives that accepts an argument of type boolean and returns a new value of the same type.DoubleFunction AFunction
for primitives that accepts an argument of type double and returns a new value of the same type.Function A Function that accepts an argument of a certain type and returns a new value of the same type.IntFunction AFunction
for primitives that accepts an argument of type int and returns a new value of the same type.LongFunction AFunction
for primitives that accepts an argument of type long and returns a new value of the same type. -
Classes in org.multiverse.api.functions used by org.multiverse.stms.gamma.transactions Class Description Function A Function that accepts an argument of a certain type and returns a new value of the same type.