Uses of Interface
nbbrd.io.function.IOConsumer
-
Packages that use IOConsumer Package Description nbbrd.io nbbrd.io.function -
-
Uses of IOConsumer in nbbrd.io
Methods in nbbrd.io with parameters of type IOConsumer Modifier and Type Method Description default voidIOIterator. forEachRemainingWithIO(@NonNull IOConsumer<? super E> action)voidResource. process(@NonNull URI uri, @NonNull IOConsumer<? super Path> action)Process a classpath resource as a Path. -
Uses of IOConsumer in nbbrd.io.function
Methods in nbbrd.io.function that return IOConsumer Modifier and Type Method Description default @NonNull IOConsumer<T>IOConsumer. andThen(@NonNull IOConsumer<? super T> after)Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.static <T> @NonNull IOConsumer<T>IOConsumer. checked(@NonNull Consumer<T> consumer)static <T> @NonNull IOConsumer<T>IOConsumer. noOp()Methods in nbbrd.io.function with parameters of type IOConsumer Modifier and Type Method Description default @NonNull IOConsumer<T>IOConsumer. andThen(@NonNull IOConsumer<? super T> after)Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.static <T> @NonNull Consumer<T>IOConsumer. unchecked(@NonNull IOConsumer<T> o)
-