Uses of Package
org.multiverse.api.functions
-
Classes in org.multiverse.api.functions used by org.multiverse.api.functions Class Description BooleanFunction AFunctionfor primitives that accepts an argument of type boolean and returns a new value of the same type.DoubleFunction AFunctionfor 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 AIntFunctionthat increased the value with the supplied amount.IntFunction AFunctionfor primitives that accepts an argument of type int and returns a new value of the same type.LongFunction AFunctionfor 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 AFunctionfor primitives that accepts an argument of type boolean and returns a new value of the same type.DoubleFunction AFunctionfor 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 AFunctionfor primitives that accepts an argument of type int and returns a new value of the same type.LongFunction AFunctionfor 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 AFunctionfor primitives that accepts an argument of type boolean and returns a new value of the same type.DoubleFunction AFunctionfor 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 AFunctionfor primitives that accepts an argument of type int and returns a new value of the same type.LongFunction AFunctionfor 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.