MCPcopy Index your code
hub / github.com/antlr/codebuff / alwaysTrue

Method alwaysTrue

output/java_guava/1.4.18/Predicates.java:55–58  ·  view source on GitHub ↗

Returns a predicate that always evaluates to true.

()

Source from the content-addressed store, hash-verified

53 */
54
55 @GwtCompatible(serializable = true)
56 public static <T> Predicate<T> alwaysTrue() {
57 return ObjectPredicate.ALWAYS_TRUE.withNarrowedType();
58 }
59
60 /**
61 * Returns a predicate that always evaluates to {@code false}.

Callers 4

copyOfMethod · 0.95
mergeNodesFromMethod · 0.95
mergeEdgesFromMethod · 0.95
clearMethod · 0.45

Calls 1

withNarrowedTypeMethod · 0.45

Tested by

no test coverage detected