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

Method create

output/java_guava/1.4.18/SettableFuture.java:44–46  ·  view source on GitHub ↗

Creates a new SettableFuture that can be completed or cancelled by a later method call.

()

Source from the content-addressed store, hash-verified

42
43
44 public static <V> SettableFuture<V> create() {
45 return new SettableFuture<V>();
46 }
47
48 @CanIgnoreReturnValue
49 @Override

Callers 2

inCompletionOrderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected