Descripción
Sintaxis
public interface CompletionStage<T>
Métodos
- acceptEither()
- acceptEitherAsync()
- applyToEither()
- applyToEitherAsync()
- exceptionally()
- handle()
- handleAsync()
- runAfterBoth()
- runAfterBothAsync()
- runAfterEither()
- runAfterEitherAsync()
- thenAccept()
- thenAcceptAsync()
- thenAcceptBoth()
- thenAcceptBothAsync()
- thenApply()
- thenApplyAsync()
- thenCombine()
- thenCombineAsync()
- thenCompose()
- thenComposeAsync()
- thenRun()
- thenRunAsync()
- toCompletableFuture()
- whenComplete()
- whenCompleteAsync()
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.