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