Interface IFunctor<T>

IFunctor interface, defines an interface which allows to map a functor via a first order function to another functor

Type Parameters

  • T

Hierarchy

Methods

Methods

  • Type Parameters

    • R

    Parameters

    • fn: ((data: T) => R)
        • (data: T): R
        • Parameters

          • data: T

          Returns R

    Returns IFunctor<R>

Generated using TypeDoc