Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Functor<A>

Functors can transform from one type to another.

Type parameters

  • A

Hierarchy

Implemented by

Index

Methods

Methods

map

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

    • B

    Parameters

    • func: function
        • (a: A): B
        • Parameters

          • a: A

          Returns B

    Returns Functor<B>

Generated using TypeDoc