public interface PromiseCustomizer
| Modifier and Type | Method and Description |
|---|---|
default <U,V> BiConsumer<U,V> |
wrapArgument(BiConsumer<U,V> original,
boolean async) |
default <U,V,R> BiFunction<U,V,R> |
wrapArgument(BiFunction<U,V,R> original,
boolean async) |
default <U> CompletionStage<U> |
wrapArgument(CompletionStage<U> original,
boolean async) |
default <U> Consumer<U> |
wrapArgument(Consumer<U> original,
boolean async) |
default Executor |
wrapArgument(Executor original) |
default <U,R> Function<U,R> |
wrapArgument(Function<U,R> original,
boolean async,
boolean isCompose) |
default <U> Predicate<U> |
wrapArgument(Predicate<U> original,
boolean async) |
default Runnable |
wrapArgument(Runnable original,
boolean async) |
default <U> Supplier<U> |
wrapArgument(Supplier<U> original,
boolean async) |
default <U,R> Function<U,R> wrapArgument(Function<U,R> original, boolean async, boolean isCompose)
default <U,V,R> BiFunction<U,V,R> wrapArgument(BiFunction<U,V,R> original, boolean async)
default <U,V> BiConsumer<U,V> wrapArgument(BiConsumer<U,V> original, boolean async)
default <U> CompletionStage<U> wrapArgument(CompletionStage<U> original, boolean async)
Copyright © 2021. All rights reserved.