Home
last modified time | relevance | path

Searched defs:forAll (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DIOConsumer.java52 …static <T> void forAll(final IOConsumer<T> action, final Iterable<T> iterable) throws IOExceptionL… in forAll() method
65 …static <T> void forAll(final IOConsumer<T> action, final Stream<T> stream) throws IOExceptionList { in forAll() method
79 static <T> void forAll(final IOConsumer<T> action, final T... array) throws IOExceptionList { in forAll() method
DIOStreams.java35 …static <T> void forAll(final Stream<T> stream, final IOConsumer<T> action) throws IOExceptionList { in forAll() method in IOStreams
40 …static <T> void forAll(final Stream<T> stream, final IOConsumer<T> action, final BiFunction<Intege… in forAll() method in IOStreams
DIOStream.java323 default void forAll(final IOConsumer<T> action) throws IOExceptionList { in forAll() method
334 …default void forAll(final IOConsumer<T> action, final BiFunction<Integer, IOException, IOException… in forAll() method