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

Method asSet

output/java_guava/1.4.18/Present.java:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 @Override
70 public Set<T> asSet() {
71 return Collections.singleton(reference);
72 }
73
74 @Override
75 public <V> Optional<V> transform(Function<? super T, V> function) {

Callers

nothing calls this directly

Calls 1

singletonMethod · 0.45

Tested by

no test coverage detected