Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • A

Hierarchy

Implemented by

Index

Properties

Properties

map

map: function

Type declaration

    • <B>(f: function): HKT<T, B>
    • Type parameters

      • B

      Parameters

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

            • a: A

            Returns B

      Returns HKT<T, B>

reduce

reduce: function

Type declaration

    • <B>(f: function, b: B): B
    • Type parameters

      • B

      Parameters

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

            • b: B
            • a: A

            Returns B

      • b: B

      Returns B

traverse

traverse: function

Type declaration

    • Type parameters

      • F

      Parameters

      Returns function

        • <B>(f: function): HKT<F, HKT<T, B>>
        • Type parameters

          • B

          Parameters

          • f: function
              • (a: A): HKT<F, B>
              • Parameters

                • a: A

                Returns HKT<F, B>

          Returns HKT<F, HKT<T, B>>

Generated using TypeDoc