public interface Tuple
A Tuple combines a fixed number of elements together so that they can be passed around as a whole.
Unlike an array or list, a tuple can hold objects with different types, but they are also immutable.
This class has been derived from 'vavr' Tuple.java.
- Tuple.java. Copyright 2023 (c) vavr. MIT License.
- github.com
-
Method Summary
-
Method Details
-
of
-
of
-
of
-