Uses of Class
org.apache.commons.io.IOExceptionList
Packages that use IOExceptionList
Package
Description
Provides classes for working with streams, readers, writers and files.
Provides IO-only related functional interfaces for lambda expressions and method references.
Provides implementations of output classes, such as
OutputStream and
Writer.-
Uses of IOExceptionList in org.apache.commons.io
Methods in org.apache.commons.io that throw IOExceptionList -
Uses of IOExceptionList in org.apache.commons.io.function
Methods in org.apache.commons.io.function that throw IOExceptionListModifier and TypeMethodDescriptionstatic <T> voidIOConsumer.forAll(IOConsumer<T> action, Iterable<T> iterable) Performs an action for each element of the collection gathering any exceptions.static <T> voidIOConsumer.forAll(IOConsumer<T> action, Stream<T> stream) Performs an action for each element of the collection gathering any exceptions.static <T> voidIOConsumer.forAll(IOConsumer<T> action, T... array) Performs an action for each element of the array, gathering any exceptions.default voidIOStream.forAll(IOConsumer<T> action) Performs an action for each element gathering any exceptions.default voidIOStream.forAll(IOConsumer<T> action, BiFunction<Integer, IOException, IOException> exSupplier) Performs an action for each element gathering any exceptions.(package private) static <T> voidIOStreams.forAll(Stream<T> stream, IOConsumer<T> action) (package private) static <T> voidIOStreams.forAll(Stream<T> stream, IOConsumer<T> action, BiFunction<Integer, IOException, IOException> exSupplier) -
Uses of IOExceptionList in org.apache.commons.io.output
Methods in org.apache.commons.io.output that throw IOExceptionListModifier and TypeMethodDescriptionprivate FilterCollectionWriterFilterCollectionWriter.forAllWriters(IOConsumer<Writer> action)