@ParametersAreNonnullByDefault public final class Iterables extends Object
Modifier and Type | Method and Description |
---|---|
static <T> RuntimeException |
forAll(Iterable<T> itterable,
Consumer<? super T> consumer) |
static <T> void |
forAll2(Iterable<T> itterable,
Consumer<? super T> consumer) |
@Nullable @CheckReturnValue public static <T> RuntimeException forAll(Iterable<T> itterable, Consumer<? super T> consumer)
Copyright © 2018 SPF4J. All rights reserved.