Package me.croabeast.common.function


package me.croabeast.common.function
  • Interfaces
    Class
    Description
    A functional interface representing an operation that accepts three input arguments and returns no result.
    TriFunction<T,U,V,R>
    Represents a function that accepts three arguments and produces a result.
    Represents an operator that accepts three operands of the same type and returns a result of that type.
    Represents a predicate (boolean-valued function) of three arguments.