Type alias Apply5<S, A1, A2, A3, A4, A5>

Apply5<S, A1, A2, A3, A4, A5>: Apply4<S, A1, A2, A3, A4> & Apply5Only<S, A5>

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

Type Parameters

  • S

  • A1

  • A2

  • A3

  • A4

  • A5

Generated using TypeDoc