Searched defs:alwaysFalse (Results 1 – 5 of 5) sorted by relevance
73 LineProcessor<Integer> alwaysFalse = new LineProcessor<Integer>() { in testReadLines_withLineProcessor() local
239 Function<Object, Boolean> alwaysFalse = in testForPredicate() local
337 Function<Object, Boolean> alwaysFalse = in testForPredicate() local
63 public static <T> Predicate<T> alwaysFalse() { in alwaysFalse() method in Predicates
66 public static <T> Predicate<T> alwaysFalse() { in alwaysFalse() method in Predicates