Package org.multiverse.api.functions
package org.multiverse.api.functions
-
ClassDescriptionA
Function
for primitives that accepts an argument of type boolean and returns a new value of the same type.AFunction
for primitives that accepts an argument of type double and returns a new value of the same type.Function<E>A Function that accepts an argument of a certain type and returns a new value of the same type.A utility class forFunction
functionality.AIntFunction
that increased the value with the supplied amount.AFunction
for primitives that accepts an argument of type int and returns a new value of the same type.AFunction
for primitives that accepts an argument of type long and returns a new value of the same type.