Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • F

  • A

Hierarchy

Implemented by

Index

Properties

Properties

map

map: function

Type declaration

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

      • B

      Parameters

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

            • a: A

            Returns B

      Returns HKT<F, B>

partitionMap

partitionMap: function

partition a data structure based on an either predicate

Type declaration

    • <L, R>(f: function): object
    • Type parameters

      • L

      • R

      Parameters

      • f: function

      Returns object

Generated using TypeDoc