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

Method isDefined

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

Checks if this future is completed. @return true if completed, false if not completed.

()

Source from the content-addressed store, hash-verified

509 * @return true if completed, false if not completed.
510 */
511 boolean isDefined();
512
513 /**
514 * Blocks the current thread until this future is satisfied and gets its

Callers 13

isDefinedValueMethod · 0.65
isDefinedExceptionMethod · 0.65
isDefinedDoneMethod · 0.65
isDefinedLinkedDoneMethod · 0.65
isDefinedWaitingMethod · 0.65
isDefinedMethod · 0.65
isDefinedMethod · 0.65
getMethod · 0.65
proxyToMethod · 0.65

Calls

no outgoing calls

Tested by 9

isDefinedValueMethod · 0.52
isDefinedExceptionMethod · 0.52
isDefinedDoneMethod · 0.52
isDefinedLinkedDoneMethod · 0.52
isDefinedWaitingMethod · 0.52
isDefinedMethod · 0.52