Package nbbrd.io.function
-
Interface Summary Interface Description 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.IORunnable Represents a function without argument and result.IOSupplier<T> Represents a supplier of results.IOUnaryOperator<T> Represents an operation on a single operand that produces a result of the same type as its operand.