- All Superinterfaces:
Tuple
@NullMarked
public sealed interface TriTuple<A,B,C>
extends Tuple
-
Method Summary
of(@Nullable A a,
int storeSize)
of(@Nullable A a,
@Nullable B b,
int storeSize)
of(@Nullable A a,
@Nullable B b,
@Nullable C c,
int storeSize)
void
void
void
-
Method Details
-
of
static <A,
B,
C> TriTuple<A,B,C> of(int storeSize)
-
of
static <A,
B,
C> TriTuple<A,B,C> of(@Nullable A a,
int storeSize)
-
of
static <A,
B,
C> TriTuple<A,B,C> of(@Nullable A a,
@Nullable B b,
int storeSize)
-
of
static <A,
B,
C> TriTuple<A,B,C> of(@Nullable A a,
@Nullable B b,
@Nullable C c,
int storeSize)
-
-
-
-
-
-