Preparing search index...
The search index is not available
iteragain - v4.1.5
iteragain
types
Iteratee
Type Alias Iteratee<T, R>
Iteratee
<
T
,
R
>
:
(
(
value
:
T
)
=>
R
)
A function that does something with value of type
T
and transforms it into type
R
.
Type Parameters
T
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iteragain - v4.1.5
Loading...
A function that does something with value of type
T
and transforms it into typeR
.