Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Curry2<A, B, C>

Type parameters

  • A

  • B

  • C

Hierarchy

  • (a: A, b: B) => C
  • (value: A) => B
    • Curry2

Callable

  • __call(a: A, b: B): C
  • __call(value: A): B

Generated using TypeDoc