BiAccept

Undocumented in source.

Constructors

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

Members

Functions

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

Variables

fn
BiConsumer!(T, U) fn;
Undocumented in source.

Inherited Members

From BiCompletion

snd
AbstractCompletableFuture snd;
Undocumented in source.

Meta