hunt-extra v1.1.7 (2021-11-17T07:07:29Z)
Home
Dub
Repo
OrApply.FunctionT
hunt
concurrency
CompletableFuture
OrApply
Undocumented in source.
alias
FunctionT
(
V
)
=
Func
!(
V
)
alias
FunctionT
(
V
)
=
Func1
!(
T
,
V
)
class
OrApply
(T, U : T, V)
static if
(!(
is(T == void)
))
alias
FunctionT
(
V
)
=
Func1
!(
T
,
V
)
Meta
Source
See Implementation
hunt
concurrency
CompletableFuture
OrApply
aliases
FunctionT
constructors
this
functions
tryFire
variables
fn