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

Method transform

corpus/java/training/guava/base/Absent.java:78–82  ·  view source on GitHub ↗
(Function<? super T, V> function)

Source from the content-addressed store, hash-verified

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

Callers 1

toStringMethod · 0.45

Calls 2

absentMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected