Uses of Interface
nbbrd.io.function.IOUnaryOperator
-
Packages that use IOUnaryOperator Package Description nbbrd.io nbbrd.io.function -
-
Uses of IOUnaryOperator in nbbrd.io
Methods in nbbrd.io with parameters of type IOUnaryOperator Modifier and Type Method Description static <E> @NonNull IOIterator<E>IOIterator. iterate(@NonNull IOSupplier<E> seed, @NonNull IOPredicate<? super E> hasNext, @NonNull IOUnaryOperator<E> next) -
Uses of IOUnaryOperator in nbbrd.io.function
Methods in nbbrd.io.function that return IOUnaryOperator Modifier and Type Method Description static <T> @NonNull IOUnaryOperator<T>IOUnaryOperator. checked(@NonNull UnaryOperator<T> func)static <T> @NonNull IOUnaryOperator<T>IOUnaryOperator. identity()Returns a unary operator that always returns its input argument.Methods in nbbrd.io.function with parameters of type IOUnaryOperator Modifier and Type Method Description static <T> @NonNull UnaryOperator<T>IOUnaryOperator. unchecked(@NonNull IOUnaryOperator<T> o)
-