Interface EitherCata<E, A, R>

Type Parameters

  • E

  • A

  • R

Hierarchy

  • EitherCata

Properties

Properties

Left: ((e) => R)

Type declaration

    • (e): R
    • Parameters

      • e: E

      Returns R

Right: ((a) => R)

Type declaration

    • (a): R
    • Parameters

      • a: A

      Returns R

Generated using TypeDoc