Package nbbrd.io.function
package nbbrd.io.function
-
InterfacesClassDescriptionIOBiConsumer<T,
U> Represents an operation that accepts two input arguments and returns no result.IOConsumer<T>Represents an operation that accepts a single input argument and returns no result.IOFunction<T,R> Represents a function that accepts one argument and produces a result.IOPredicate<T>Represents a predicate (boolean-valued function) of one argument.Represents a function without argument and result.IOSupplier<T>Represents a supplier of results.Represents an operation on a single operand that produces a result of the same type as its operand.