Searched defs:alwaysFalse (Results 1 – 4 of 4) sorted by relevance
106 LineProcessor<Integer> alwaysFalse = new LineProcessor<Integer>() { in testReadLines_withLineProcessor() local
336 Function<Object, Boolean> alwaysFalse = in testForPredicate() local
59 public static <T> Predicate<T> alwaysFalse() { in alwaysFalse() method in Predicates
62 public static <T> Predicate<T> alwaysFalse() { in alwaysFalse() method in Predicates