Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Functor<A> Abstract

Type Parameters

  • A

Hierarchy

Index

Constructors

Methods

Constructors

Methods

  • map<B, Fun>(mapping: ((value: A) => B)): CallHKT<Fun, B>
  • Type Parameters

    Parameters

    • mapping: ((value: A) => B)
        • (value: A): B
        • Parameters

          • value: A

          Returns B

    Returns CallHKT<Fun, B>

Generated using TypeDoc