MCPcopy Create free account
hub / github.com/antlr/codebuff / isNull

Method isNull

output/java_guava/1.4.16/Predicates.java:74–77  ·  view source on GitHub ↗

Returns a predicate that evaluates to true if the object reference being tested is null.

()

Source from the content-addressed store, hash-verified

72 */
73
74 @GwtCompatible(serializable = true)
75 public static <T> Predicate<T> isNull() {
76 return ObjectPredicate.IS_NULL.withNarrowedType();
77 }
78
79 /**
80 * Returns a predicate that evaluates to {@code true} if the object reference being tested is not

Callers 1

equalToMethod · 0.95

Calls 1

withNarrowedTypeMethod · 0.45

Tested by

no test coverage detected