Type alias Apply3<S, A1, A2, A3>

Apply3<S, A1, A2, A3>: Apply2<S, A1, A2> & Apply3Only<S, A3>

Applies the first, second and third type parameter to HKT.

Type Parameters

  • S

  • A1

  • A2

  • A3

Generated using TypeDoc