Uses of Interface
kala.compress.function.IOConsumer
Packages that use IOConsumer
Package
Description
Provides a unified API and factories for dealing with archives in different formats.
-
Uses of IOConsumer in kala.compress.archivers
Methods in kala.compress.archivers with parameters of type IOConsumerModifier and TypeMethodDescriptionvoidArchiveInputStream.forEach(IOConsumer<? super E> action) Performs the given action for each element of the stream until all elements have been processed or the action throws an exception. -
Uses of IOConsumer in kala.compress.function
Fields in kala.compress.function declared as IOConsumerModifier and TypeFieldDescriptionstatic final IOConsumer<?> IOConsumer.NOOP_IO_CONSUMERConsider private.Methods in kala.compress.function that return IOConsumerModifier and TypeMethodDescriptiondefault IOConsumer<T> IOConsumer.andThen(IOConsumer<? super T> after) Returns a composedIOConsumerthat performs, in sequence, this operation followed by theafteroperation.static <T> IOConsumer<T> IOConsumer.noop()Returns the constant no-op consumer.Methods in kala.compress.function with parameters of type IOConsumerModifier and TypeMethodDescriptiondefault IOConsumer<T> IOConsumer.andThen(IOConsumer<? super T> after) Returns a composedIOConsumerthat performs, in sequence, this operation followed by theafteroperation.default voidIOIterator.forEachRemaining(IOConsumer<? super E> action)