Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctorS1<F>

Type parameters

Hierarchy

Index

Properties

Properties

map

map: function

Type declaration

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

      • A

      • B

      Parameters

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

            • a: A

            Returns B

      • fa: Type<F, A>

      Returns Type<F, B>

Generated using TypeDoc