Uses of Interface
nbbrd.io.function.IOUnaryOperator
Packages that use IOUnaryOperator
-
Uses of IOUnaryOperator in nbbrd.io
Methods in nbbrd.io with parameters of type IOUnaryOperatorModifier and TypeMethodDescriptionstatic <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 IOUnaryOperatorModifier and TypeMethodDescriptionstatic <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 IOUnaryOperatorModifier and TypeMethodDescriptionstatic <T> @NonNull UnaryOperator<T> IOUnaryOperator.unchecked(@NonNull IOUnaryOperator<T> o)