public class Collections extends Object
| Constructor and Description |
|---|
Collections() |
| Modifier and Type | Method and Description |
|---|---|
<E> Func<Integer> |
concat(Func<Iterable<? extends E>> iterable) |
<E> Func<Function<E,Boolean>> |
containedBy(Func<Iterable<E>> iterable) |
<E> Func<Iterable<? extends E>> |
filter(Func<Iterable<? extends E>> iterable,
Func<Function<E,Boolean>> predicate) |
<E> Func<Integer> |
size(Func<Iterable<? extends E>> iterable) |
Copyright © 2017. All rights reserved.