Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Extend<A>

Extend allows sequencing of functions that accept a value of the given type and return a result of the type that the type is wrapping.

Type parameters

  • A

Hierarchy

Implemented by

Index

Methods

Methods

apply

extend

  • extend<B>(func: function): Extend<B>

map

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

Generated using TypeDoc