| Package | Description |
|---|---|
| org.rapidoid.fluent | |
| org.rapidoid.fluent.forx |
| Modifier and Type | Method and Description |
|---|---|
static <T> ForEach<T> |
For.each(Iterable<T> items) |
static <T> ForEach<T> |
For.each(Stream<T> stream) |
| Modifier and Type | Method and Description |
|---|---|
ForEach<T> |
ForEach.where(Predicate<? super T> predicate) |
<R> ForEach<T> |
ForEach.withNonNull(Function<? super T,R> transformation) |
<R> ForEach<T> |
ForEach.withNull(Function<? super T,R> transformation) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.