Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FantasyBifunctor<F, L, A>

Type parameters

  • F

  • L

  • A

Hierarchy

  • FantasyBifunctor

Implemented by

Index

Properties

Properties

bimap

bimap: function

Type declaration

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

      • M

      • B

      Parameters

      • f: function
          • (l: L): M
          • Parameters

            • l: L

            Returns M

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

            • a: A

            Returns B

      Returns HKT2<F, M, B>

Generated using TypeDoc