Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctorS2<F>

Type parameters

Hierarchy

  • FunctorS2

Index

Properties

Properties

map

map: function

Type declaration

    • <A, B, C>(f: function, fab: Type2<F, A, B>): Type2<F, A, C>
    • Type parameters

      • A

      • B

      • C

      Parameters

      • f: function
          • (b: B): C
          • Parameters

            • b: B

            Returns C

      • fab: Type2<F, A, B>

      Returns Type2<F, A, C>

Generated using TypeDoc