CompletableFuture.uniHandle

Undocumented in source. Be warned that the author may not have intended to support it.
class CompletableFuture(T)
final
bool
uniHandle
(
S
)
(,
BiFunction!(S, Throwable, T) f
,
UniHandle!(S, T) c
)

Meta