Package nbbrd.io.function


package nbbrd.io.function
  • Interfaces
    Class
    Description
    Represents an operation that accepts two input arguments and returns no result.
    Represents an operation that accepts a single input argument and returns no result.
    Represents a function that accepts one argument and produces a result.
    Represents a predicate (boolean-valued function) of one argument.
    Represents a function without argument and result.
    Represents a supplier of results.
    Represents an operation on a single operand that produces a result of the same type as its operand.