Uses of Interface
org.apache.commons.io.function.IOIntConsumer
Packages that use IOIntConsumer
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
Provides implementations of input classes, such as
InputStream
and Reader
.-
Uses of IOIntConsumer in org.apache.commons.io.function
Fields in org.apache.commons.io.function declared as IOIntConsumerModifier and TypeFieldDescriptionstatic final IOIntConsumer
IOIntConsumer.NOOP
The constant no-op consumer.Methods in org.apache.commons.io.function that return IOIntConsumerModifier and TypeMethodDescriptiondefault IOIntConsumer
IOIntConsumer.andThen
(IOIntConsumer after) Returns a composedIOIntConsumer
that performs, in sequence, this operation followed by theafter
operation.Methods in org.apache.commons.io.function with parameters of type IOIntConsumerModifier and TypeMethodDescriptionstatic void
Uncheck.accept
(IOIntConsumer consumer, int i) Accepts an IO consumer with the given argument.default IOIntConsumer
IOIntConsumer.andThen
(IOIntConsumer after) Returns a composedIOIntConsumer
that performs, in sequence, this operation followed by theafter
operation. -
Uses of IOIntConsumer in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return IOIntConsumerModifier and TypeMethodDescriptionProxyInputStream.AbstractBuilder.getAfterRead()
Gets theProxyInputStream.afterRead(int)
consumer.Methods in org.apache.commons.io.input with parameters of type IOIntConsumerModifier and TypeMethodDescriptionProxyInputStream.AbstractBuilder.setAfterRead
(IOIntConsumer afterRead) Sets theProxyInputStream.afterRead(int)
behavior, null resets to a NOOP.