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