hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
ActionN
hunt
Functions
A vector-argument action.
template
ActionN (
T
...
)
if
(
T
.
length
> 0
) {
alias
ActionN
=
void
delegate
(
T
)
;
}
Members
Aliases
ActionN
alias
ActionN
=
void
delegate
(
T
)
Undocumented in source.
Meta
Source
See Implementation
hunt
Functions
aliases
Action
Action1
Action2
Action3
Action4
Action5
Action6
BiConsumer
BiFunction
Consumer
EventHandler
Func
Func1
Func2
Func3
Func4
Func5
Func6
FuncN
Function
Predicate
SimpleActionHandler
SimpleEventHandler
Supplier
classes
EventArgs
functions
hasKey
hashCode
templates
ActionN
A vector-argument action.