Package org.multiverse.api.functions


package org.multiverse.api.functions
  • Class
    Description
     
    A Function for primitives that accepts an argument of type boolean and returns a new value of the same type.
    A Function for primitives that accepts an argument of type double and returns a new value of the same type.
    A Function that accepts an argument of a certain type and returns a new value of the same type.
    A utility class for Function functionality.
    A IntFunction that increased the value with the supplied amount.
    A Function for primitives that accepts an argument of type int and returns a new value of the same type.
    A Function for primitives that accepts an argument of type long and returns a new value of the same type.