Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Applicative1<F, A>

Type parameters

Hierarchy

Index

Properties

Properties

ap

ap: function

Type declaration

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

      • B

      Parameters

      • fab: Type<F, function>

      Returns Type<F, B>

map

map: function

Type declaration

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

      • B

      Parameters

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

            • a: A

            Returns B

      Returns Type<F, B>

Generated using TypeDoc