public class InterruptiblePromiseCustomizer extends Object implements PromiseCustomizer
| Constructor and Description |
|---|
InterruptiblePromiseCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
<U,V> BiConsumer<U,V> |
wrapArgument(BiConsumer<U,V> original,
boolean async) |
<U,V,R> BiFunction<U,V,R> |
wrapArgument(BiFunction<U,V,R> original,
boolean async) |
<U> Consumer<U> |
wrapArgument(Consumer<U> original,
boolean async) |
<U,R> Function<U,R> |
wrapArgument(Function<U,R> original,
boolean async,
boolean isCompose) |
<U> Predicate<U> |
wrapArgument(Predicate<U> original,
boolean async) |
Runnable |
wrapArgument(Runnable original,
boolean async) |
<U> Supplier<U> |
wrapArgument(Supplier<U> original,
boolean async) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapArgument, wrapArgumentpublic Runnable wrapArgument(Runnable original, boolean async)
wrapArgument in interface PromiseCustomizerpublic <U,R> Function<U,R> wrapArgument(Function<U,R> original, boolean async, boolean isCompose)
wrapArgument in interface PromiseCustomizerpublic <U> Consumer<U> wrapArgument(Consumer<U> original, boolean async)
wrapArgument in interface PromiseCustomizerpublic <U> Supplier<U> wrapArgument(Supplier<U> original, boolean async)
wrapArgument in interface PromiseCustomizerpublic <U> Predicate<U> wrapArgument(Predicate<U> original, boolean async)
wrapArgument in interface PromiseCustomizerpublic <U,V,R> BiFunction<U,V,R> wrapArgument(BiFunction<U,V,R> original, boolean async)
wrapArgument in interface PromiseCustomizerpublic <U,V> BiConsumer<U,V> wrapArgument(BiConsumer<U,V> original, boolean async)
wrapArgument in interface PromiseCustomizerCopyright © 2021. All rights reserved.