Type alias Apply4<S, A1, A2, A3, A4>

Apply4<S, A1, A2, A3, A4>: Apply3<S, A1, A2, A3> & Apply4Only<S, A4>

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

Type Parameters

  • S

  • A1

  • A2

  • A3

  • A4

Generated using TypeDoc