Uses of Interface
nbbrd.io.function.IOConsumer
Packages that use IOConsumer
-
Uses of IOConsumer in nbbrd.io
Methods in nbbrd.io with parameters of type IOConsumerModifier and TypeMethodDescriptiondefault 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 IOConsumerModifier and TypeMethodDescriptiondefault @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> static <T> @NonNull IOConsumer<T> IOConsumer.noOp()Methods in nbbrd.io.function with parameters of type IOConsumerModifier and TypeMethodDescriptiondefault @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)