Searched defs:PredicateIterable (Results 1 – 1 of 1) sorted by relevance
88 public static class PredicateIterable<T> implements Iterable<T> { class93 public PredicateIterable (Iterable<T> iterable, Predicate<T> predicate) { in PredicateIterable() method in Predicate.PredicateIterable