to

infix fun <D> to(other: D): Quadruple<A, B, C, D>

Extension function to create a Quadruple from a Triple and an additional value.

Return

a Quadruple containing the values from the Triple and the additional value

Parameters

other

the fourth value to be added to the Triple