EmptyTuple
Just as in Scala3, we provide the EmptyTuple. It is the result of dropping the last item from a Tuple1 or when calling tupleOf()
for instance.
Functions
This file provides functions to easily extend Scala Tuples.
Converts this product to an Any?
iterable.
This file provides functions to easily merge two separate tuples into one.
The n'th element of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,)
, returns x,,(n+1),,
where 0 <= n < k
.
The range of n'th elements of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,)
, returns x,,(n+1),,
where 0 <= n < k
.
The n'th element of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,)
, returns x,,(n+1),,
where 0 <= n < k
. The result is cast to the given type T.
The range of n'th elements of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,)
, returns x,,(n+1),,
where 0 <= n < k
. The results are cast to the given type T.
The n'th element of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,)
, returns x,,(n+1),,
where 0 <= n < k
. The result is cast to the given type T.
The range of n'th elements of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,)
, returns x,,(n+1),,
where 0 <= n < k
. The results are cast to the given type T.
The n'th element of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,)
, returns x,,(n+1),,
where 0 <= n < k
.
The range of n'th elements of this product, 0-based. In other words, for a product A(x,,1,,, ..., x,,k,,)
, returns x,,(n+1),,
where 0 <= n < k
.