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

Method transform

output/java_guava/1.4.17/Absent.java:77–81  ·  view source on GitHub ↗
(Function<? super T, V> function)

Source from the content-addressed store, hash-verified

75 }
76
77 @Override
78 public <V> Optional<V> transform(Function<? super T, V> function) {
79 checkNotNull(function);
80 return Optional.absent();
81 }
82
83 @Override
84 public boolean equals(@Nullable Object object) {

Callers

nothing calls this directly

Calls 2

absentMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected