Package io.github.xrickastley.sevenelements.util.functions


package io.github.xrickastley.sevenelements.util.functions
  • Interfaces
    Class
    Description
    Represents 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 a predicate (boolean-valued function) of three arguments.