Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Apply<A>

Apply represents something that can be "applied", which unpacks a type wrapping a function into a function that takes a type wrapping the input returning a type wrapping the output.

For example: Maybe<(a: A) => B> would be transformed into (a: Maybe<A>) => Maybe<B>

Type parameters

  • A

Hierarchy

Implemented by

Index

Methods

Methods

apply

map

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

Generated using TypeDoc