CompletableFuture

GPTKB entity

Statements (33)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:canBe combined with other CompletableFutures
used for parallel execution
used with Executor
gptkbp:heldBy thread-safe
https://www.w3.org/2000/01/rdf-schema#label CompletableFuture
gptkbp:implementedIn gptkb:Future
gptkb:CompletionStage
gptkbp:introducedIn gptkb:Java_8
gptkbp:method complete
handle
join
get
cancel
completeExceptionally
exceptionally
isCancelled
isDone
runAsync
supplyAsync
thenAccept
thenApply
thenCombine
thenCompose
thenRun
whenComplete
gptkbp:partOf gptkb:java.util.concurrent_package
gptkbp:supports exception handling
chaining of tasks
non-blocking operations
gptkbp:usedFor asynchronous programming
gptkbp:bfsParent gptkb:Java_SE_8
gptkbp:bfsLayer 6