Searched defs:allMatch (Results 1 – 4 of 4) sorted by relevance
637 boolean allMatch(DoublePredicate predicate); in allMatch() method
580 boolean allMatch(IntPredicate predicate); in allMatch() method
585 boolean allMatch(LongPredicate predicate); in allMatch() method
898 boolean allMatch(Predicate<? super T> predicate); in allMatch() method