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

Method isNull

corpus/java/training/guava/base/Predicates.java:71–74  ·  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

69 * null.
70 */
71 @GwtCompatible(serializable = true)
72 public static <T> Predicate<T> isNull() {
73 return ObjectPredicate.IS_NULL.withNarrowedType();
74 }
75
76 /**
77 * 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