Descripción
Sintaxis
public class CompletableFuture<T> extends Object implements Future<T>, CompletionStage<T>
Constructores
Métodos
- allOf()
- anyOf()
- cancel()
- complete()
- completeAsync()
- completedFuture()
- completedStage()
- completeExceptionally()
- completeOnTimeout()
- copy()
- defaultExecutor()
- delayedExecutor()
- exceptionally()
- failedFuture()
- failedStage()
- get()
- getNow()
- getNumberOfDependents()
- isCancelled()
- isCompletedExceptionally()
- isDone()
- join()
- minimalCompletionStage()
- newIncompleteFuture()
- obtrudeException()
- obtrudeValue()
- orTimeout()
- runAsync()
- supplyAsync()
- toCompletableFuture()
- toString()
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.