CompletableFuture.BiConsumerT

Undocumented in source.
  1. alias BiConsumerT = Action1!(Throwable)
  2. alias BiConsumerT = Action2!(T, Throwable)
    class CompletableFuture(T)
    static if(!(is(T == void)))
    alias BiConsumerT = Action2!(T, Throwable)

Meta