Package civitas.celestis.util.function


package civitas.celestis.util.function
  • Interfaces
    Class
    Description
    A function which takes two floats as input, and returns a float.
    A function which takes one float as its parameter, and returns no value.
    A function which takes one float as its input, and returns an arbitrary type T.
    A function which takes one float as its input, and returns one boolean.
    A unary operator which takes one float and returns another float.
    QuadConsumer<T,U,V,W>
    A function which takes four parameters of different types, and returns no value.
    QuadFunction<T,U,V,W,R>
    A function which takes four parameters of different types as its input, then returns a single value whose type is not necessarily related to its input parameters.
    A function which takes three parameters of the same type, then returns a value of that same type.
    A function which takes an arbitrary type T as its input, and returns a float.
    A function which takes three parameters of different types, and returns no value.
    TriFunction<T,U,V,R>
    A function which takes three parameters of different types as its input, then returns a single value whose type is not necessarily related to its input parameters.