hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
OrApply.FunctionT
hunt
concurrency
CompletableFuture
OrApply
Undocumented in source.
alias
FunctionT
(
V
)
=
Func
!(
V
)
class
OrApply
(T, U : 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
OrApply
aliases
FunctionT
constructors
this
functions
tryFire
variables
fn