Uses of Interface
org.apache.commons.io.function.IOUnaryOperator
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
-
Uses of IOUnaryOperator in org.apache.commons.io.function
Modifier and TypeMethodDescriptionstatic <T> IOUnaryOperator<T>
IOUnaryOperator.identity()
Creates a unary operator that always returns its input argument.Modifier and TypeMethodDescriptionstatic <T> IOStream<T>
IOStream.iterate
(T seed, IOUnaryOperator<T> f) LikeStream.iterate(Object, UnaryOperator)
but for IO.