- All Superinterfaces:
Tuple
@NullMarked
public sealed interface QuadTuple<A,B,C,D>
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)
of(@Nullable A a,
@Nullable B b,
@Nullable C c,
@Nullable D d,
int storeSize)
void
void
void
void
-
Method Details
-
of
static <A,
B,
C,
D> QuadTuple<A,B,C,D> of(int storeSize)
-
of
static <A,
B,
C,
D> QuadTuple<A,B,C,D> of(@Nullable A a,
int storeSize)
-
of
static <A,
B,
C,
D> QuadTuple<A,B,C,D> of(@Nullable A a,
@Nullable B b,
int storeSize)
-
of
static <A,
B,
C,
D> QuadTuple<A,B,C,D> of(@Nullable A a,
@Nullable B b,
@Nullable C c,
int storeSize)
-
of
static <A,
B,
C,
D> QuadTuple<A,B,C,D> of(@Nullable A a,
@Nullable B b,
@Nullable C c,
@Nullable D d,
int storeSize)
-
-
-
-
-
-
-
-