| Package | Description |
|---|---|
| com.almasb.fxgl.core.collection |
| Modifier and Type | Field and Description |
|---|---|
Predicate<T> |
Predicate.PredicateIterator.predicate |
Predicate<T> |
Predicate.PredicateIterable.predicate |
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
Array.select(Predicate<T> predicate)
Returns an iterable for the selected items in the array.
|
void |
Predicate.PredicateIterator.set(Iterable<T> iterable,
Predicate<T> predicate) |
void |
Predicate.PredicateIterable.set(Iterable<T> iterable,
Predicate<T> predicate) |
void |
Predicate.PredicateIterator.set(Iterator<T> iterator,
Predicate<T> predicate) |
| Constructor and Description |
|---|
PredicateIterable(Iterable<T> iterable,
Predicate<T> predicate) |
PredicateIterator(Iterable<T> iterable,
Predicate<T> predicate) |
PredicateIterator(Iterator<T> iterator,
Predicate<T> predicate) |
Copyright © 2017. All rights reserved.