Tuple

sealed interface Tuple<out Super> : Listable<Super> (source)

Marker hierarchy for reusable heterogeneous tuples backed by a shared super type.

Parameters

Super

common super type for all tuple elements.

Inheritors

Types

Link copied to clipboard
object Companion

Factory helpers for constructing tuples with arities from zero to ten.