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