MCPcopy
hub / github.com/google/guava / transform

Method transform

guava/src/com/google/common/base/Absent.java:75–79  ·  view source on GitHub ↗
(Function<? super T, V> function)

Source from the content-addressed store, hash-verified

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

Callers 1

toStringMethod · 0.45

Calls 2

absentMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected