Search
Preparing search index...
The search index is not available
Monadism
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Functional"
Functor
Interface Functor<A>
Functors can transform from one type to another.
Type parameters
A
Hierarchy
Functor
Apply
Implemented by
Reader
Index
Methods
map
Methods
map
map<B>
(
func
:
function
)
:
Functor
<
B
>
Type parameters
B
Parameters
func:
function
(
a
:
A
)
:
B
Parameters
a:
A
Returns
B
Returns
Functor
<
B
>
Globals
"
Either"
"
Functional"
"
Maybe"
"
Reader"
"
State"
"
Writer"
"signal/
Signal"
"signal/
Signal
Channel"
"signal/
SignalDOM"
Alt
Apply
Eq
Extend
Foldable
Functor
map
Monad
Monoid
Empty
Nil
empty
Symbol
compose
empty
eq
exists
identity
Generated using
TypeDoc
Functors can transform from one type to another.