Interface MaybeCata<A, R>

Type Parameters

  • A

  • R

Hierarchy

  • MaybeCata

Properties

Properties

Just: ((a) => R)

Type declaration

    • (a): R
    • Parameters

      • a: A

      Returns R

Nothing: (() => R)

Type declaration

    • (): R
    • Returns R

Generated using TypeDoc