Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • F

Hierarchy

Index

Properties

Properties

URI

URI: F

map

map: function

Type declaration

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

      • A

      • B

      Parameters

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

            • a: A

            Returns B

      • fa: HKT<F, A>

      Returns HKT<F, B>

partitionMap

partitionMap: function

partition a data structure based on an either predicate

Type declaration

    • <A, L, R>(f: function, fa: HKT<F, A>): object
    • Type parameters

      • A

      • L

      • R

      Parameters

      • f: function
      • fa: HKT<F, A>

      Returns object

Generated using TypeDoc