Searched defs:forAll (Results 1 – 3 of 3) sorted by relevance
52 …static <T> void forAll(final IOConsumer<T> action, final Iterable<T> iterable) throws IOExceptionL… in forAll() method65 …static <T> void forAll(final IOConsumer<T> action, final Stream<T> stream) throws IOExceptionList { in forAll() method79 static <T> void forAll(final IOConsumer<T> action, final T... array) throws IOExceptionList { in forAll() method
35 …static <T> void forAll(final Stream<T> stream, final IOConsumer<T> action) throws IOExceptionList { in forAll() method in IOStreams40 …static <T> void forAll(final Stream<T> stream, final IOConsumer<T> action, final BiFunction<Intege… in forAll() method in IOStreams
323 default void forAll(final IOConsumer<T> action) throws IOExceptionList { in forAll() method334 …default void forAll(final IOConsumer<T> action, final BiFunction<Integer, IOException, IOException… in forAll() method