A Monad is an operation that supports additional computations, chaining each to the end of the last. Then fmap function is also known as flatMap or bind in many functional languages.
fmap
flatMap
bind
Generated using TypeDoc
A Monad is an operation that supports additional computations, chaining each to the end of the last. Then
fmap
function is also known asflatMap
orbind
in many functional languages.