kotcity4 / aballano.kotlinmemoization.tuples / Quadruple / <init>

<init>

Quadruple(first: A, second: B, third: C, fourth: D)

Represents a tetrad of values

There is no meaning attached to values in this class, it can be used for any purpose. Quadruple exhibits value semantics, i.e. two quadruple are equal if all components are equal.

Parameters

A - type of the first value.

B - type of the second value.

C - type of the third value.

D - type of the fourth value.