hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
OrApply
hunt
concurrency
CompletableFuture
Undocumented in source.
final
class
OrApply :
BiCompletion
(
T
U
:
T
V
) {
alias
FunctionT
(
V
)
=
Func
!(
V
)
;
alias
FunctionT
(
V
)
=
Func1
!(
T
,
V
)
;
FunctionT
!(
V
)
fn
;
this
(Executor executor, CompletableFuture!(V) dep, CompletableFuture!(T) src, CompletableFuture!(U) snd, FunctionT!(V) fn);
CompletableFuture
!(
V
)
tryFire
(int mode);
}
Constructors
this
this
(Executor executor, CompletableFuture!(V) dep, CompletableFuture!(T) src, CompletableFuture!(U) snd, FunctionT!(V) fn)
Undocumented in source.
Members
Aliases
FunctionT
alias
FunctionT
(
V
)
=
Func
!(
V
)
Undocumented in source.
FunctionT
alias
FunctionT
(
V
)
=
Func1
!(
T
,
V
)
Undocumented in source.
Functions
tryFire
CompletableFuture
!(
V
)
tryFire
(int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fn
FunctionT
!(
V
)
fn
;
Undocumented in source.
Inherited Members
From BiCompletion
snd
AbstractCompletableFuture
snd
;
Undocumented in source.
Meta
Source
See Implementation
hunt
concurrency
CompletableFuture
classes
AbstractCompletableFuture
AnyOf
AsyncRun
AsyncSupply
BiAccept
BiApply
BiCompletion
BiRelay
BiRun
CoCompletion
CompletableFuture
Completion
DaemonThreadFactory
DelayedCompleter
DelayedExecutor
Delayer
MinimalStage
OrAccept
OrApply
OrRun
Signaller
TaskSubmitter
Timeout
UniAccept
UniApply
UniCompletion
UniCompose
UniExceptionally
UniHandle
UniRelay
UniRun
UniWhenComplete
functions
allOf
asyncRunStage
asyncSupplyStage
completedFuture
completedStage
delayedExecutor
failedFuture
failedStage
runAsync
screenExecutor
supplyAsync
interfaces
IUniCompletion
static functions
anyOf
newIncompleteFuture
static variables
NIL
variables
ASYNC
NESTED
SYNC