Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • Monad

Index

Methods

Methods

chain

  • chain<U>(f: (t: T) => Monad<U>): Monad<U>
  • chain<U>(f: (t: T) => U): U

map

  • map<U>(f: (t: T) => U): Monad<U>

of

Generated using TypeDoc