MCPcopy Create free account
hub / github.com/traneio/future / voided

Method voided

future-java/src/main/java/io/trane/future/Future.java:546–546  ·  view source on GitHub ↗

Creates a future that is satisfied with void when this future completes. @return the voided future.

()

Source from the content-addressed store, hash-verified

544 * @return the voided future.
545 */
546 Future<Void> voided();
547
548 /**
549 * Delays the result of this future. It method doesn't take in consideration

Callers 8

voidedSuccessMethod · 0.65
voidedFailureMethod · 0.65
voidedInterruptMethod · 0.65
joinOneMethod · 0.65
voidedMethod · 0.65
voidedMethod · 0.65
voidedMethod · 0.65
applyMethod · 0.65

Calls

no outgoing calls

Tested by 7

voidedSuccessMethod · 0.52
voidedFailureMethod · 0.52
voidedInterruptMethod · 0.52
joinOneMethod · 0.52
voidedMethod · 0.52
voidedMethod · 0.52
voidedMethod · 0.52