Searched defs:alwaysTrue (Results 1 – 5 of 5) sorted by relevance
90 LineProcessor<Integer> alwaysTrue = new LineProcessor<Integer>() { in testReadLines_withLineProcessor() local
237 Function<Object, Boolean> alwaysTrue = in testForPredicate() local
335 Function<Object, Boolean> alwaysTrue = in testForPredicate() local
55 public static <T> Predicate<T> alwaysTrue() { in alwaysTrue() method in Predicates
58 public static <T> Predicate<T> alwaysTrue() { in alwaysTrue() method in Predicates