ktuples library

Collection of Kotlin-inspired named tuples (from Pair to Sextuple).

Classes

Pair<A, B>
A class representing a pair of values, which are immutable and extend the Equatable class.
Quadruple<A, B, C, D>
A class representing a quadruple of values, which are immutable and extend the Equatable class.
Quintuple<A, B, C, D, E>
A class representing a quintuple of values, which are immutable and extend the Equatable class.
Triple<A, B, C>
A class representing a triple of values, which are immutable and extend the Equatable class.