public final class CompletableExecutors
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CompletableExecutorService |
completableDecorator(java.util.concurrent.ExecutorService delegate)
If the delegate executor was already an instance of
CompletableExecutorService, it is returned untouched, and the rest of this
documentation does not apply. |
static CompletableScheduledExecutorService |
completableDecorator(java.util.concurrent.ScheduledExecutorService delegate)
If the delegate executor was already an instance of
CompletableScheduledExecutorService, it is returned untouched, and the rest
of this documentation does not apply. |
public static CompletableExecutorService completableDecorator(java.util.concurrent.ExecutorService delegate)
If the delegate executor was already an instance of CompletableExecutorService, it is returned untouched, and the rest of this
documentation does not apply.
public static CompletableScheduledExecutorService completableDecorator(java.util.concurrent.ScheduledExecutorService delegate)
If the delegate executor was already an instance of CompletableScheduledExecutorService, it is returned untouched, and the rest
of this documentation does not apply.