OrAccept

Undocumented in source.

Constructors

this
this(Executor executor, CompletableFuture!(void) dep, CompletableFuture!(T) src, CompletableFuture!(U) snd, ConsumerT fn)
Undocumented in source.

Members

Aliases

ConsumerT
alias ConsumerT = Action
Undocumented in source.
ConsumerT
alias ConsumerT = Consumer!(T)
Undocumented in source.

Functions

tryFire
CompletableFuture!(void) tryFire(int mode)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fn
ConsumerT fn;
Undocumented in source.

Inherited Members

From BiCompletion

snd
AbstractCompletableFuture snd;
Undocumented in source.

Meta