Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Functor<T>

Type parameters

  • T

Hierarchy

Implemented by

Index

Methods

Methods

map

  • map<U>(fn: (value: T) => U): Functor<U>
  • Type parameters

    • U

    Parameters

    • fn: (value: T) => U
        • (value: T): U
        • Parameters

          • value: T

          Returns U

    Returns Functor<U>

Generated using TypeDoc