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

Method or

output/java_guava/1.4.13/Absent.java:50–53  ·  view source on GitHub ↗
(T defaultValue)

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public T or(T defaultValue) {
52 return checkNotNull(defaultValue, "use Optional.orNull() instead of Optional.or(null)");
53 }
54
55 @SuppressWarnings("unchecked") // safe covariant cast
56 @Override

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected