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