OrApply

Undocumented in source.

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