Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Monad<A>

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.

Type parameters

  • A

Hierarchy

Implemented by

Index

Methods

Methods

apply

fmap

  • fmap<B>(func: function): Monad<B>

map

  • map<B>(func: function): Functor<B>

Generated using TypeDoc