Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Monad<T>

Type parameters

  • T

Hierarchy

  • Monad

Index

Methods

Methods

chain

get

  • get<U>(): U

map

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

of

Generated using TypeDoc