hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
UniCompose.FunctionT
hunt
concurrency
CompletableFuture
UniCompose
Undocumented in source.
alias
FunctionT
(
V
)
=
Func
!(
V
)
class
UniCompose
(T, V)
static if
(
is(T == void)
)
alias
FunctionT
(
V
)
=
Func
!(
V
)
alias
FunctionT
(
V
)
=
Func1
!(
T
,
V
)
Meta
Source
See Implementation
hunt
concurrency
CompletableFuture
UniCompose
aliases
FunctionT
constructors
this
functions
tryFire
variables
fn