Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Index

Properties

Methods

Properties

map

map: function

Type declaration

    • <A, B>(f: function, fa: HKT<F, HKT<G, A>>): HKT<F, HKT<G, B>>
    • Type parameters

      • A

      • B

      Parameters

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

            • a: A

            Returns B

      • fa: HKT<F, HKT<G, A>>

      Returns HKT<F, HKT<G, B>>

reduce

reduce: function

Type declaration

    • <A, B>(f: function, b: B, fga: HKT<F, HKT<G, A>>): B
    • Type parameters

      • A

      • B

      Parameters

      • f: function
          • (b: B, a: A): B
          • Parameters

            • b: B
            • a: A

            Returns B

      • b: B
      • fga: HKT<F, HKT<G, A>>

      Returns B

Methods

traverse

  • Type parameters

    Parameters

    Returns function

  • Type parameters

    • H

    Parameters

    Returns function

Generated using TypeDoc