public class ForEach<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
run(Consumer<? super T> consumer) |
ForEach<T> |
where(Predicate<? super T> predicate) |
<R> ForEach<T> |
withNonNull(Function<? super T,R> transformation) |
<R> ForEach<T> |
withNull(Function<? super T,R> transformation) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.