Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctorComposition21<F, G>

Type parameters

Hierarchy

Index

Properties

Properties

map

map: function

Type declaration

    • Type parameters

      • L

      • A

      • B

      Parameters

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

            • a: A

            Returns B

      • fa: HKT2As<F, L, HKTAs<G, A>>

      Returns HKT2As<F, L, HKTAs<G, B>>

Generated using TypeDoc