Home
last modified time | relevance | path

Searched defs:PredicateIterable (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DPredicate.java88 public static class PredicateIterable<T> implements Iterable<T> { class
93 public PredicateIterable (Iterable<T> iterable, Predicate<T> predicate) { in PredicateIterable() method in Predicate.PredicateIterable