| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.bi | |
| eu.lunisolar.magma.func.predicate | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LByteIntConsumer.tupleAccept(LByteIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LByteIntPredicate.tupleTest(LByteIntPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LByteIntPair.ComparableByteIntPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LByteIntPair.AbstractByteIntPair |
static class |
LByteIntPair.ImmByteIntPair
Immutable, non-comparable tuple.
|
static class |
LByteIntPair.ImmCompByteIntPair
Immutable, comparable tuple.
|
static class |
LByteIntPair.MutByteIntPair
Mutable, non-comparable tuple.
|
static class |
LByteIntPair.MutCompByteIntPair
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LByteIntPair |
Tuple4U.immutable(byte a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LByteIntPair.argEquals(LByteIntPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LByteIntPair.ComparableByteIntPair.compareTo(LByteIntPair that) |
static LByteIntPair.MutByteIntPair |
LByteIntPair.MutByteIntPair.copyOf(LByteIntPair tuple) |
static LByteIntPair.MutCompByteIntPair |
LByteIntPair.MutCompByteIntPair.copyOf(LByteIntPair tuple) |
static LByteIntPair.ImmByteIntPair |
LByteIntPair.ImmByteIntPair.copyOf(LByteIntPair tuple) |
static LByteIntPair.ImmCompByteIntPair |
LByteIntPair.ImmCompByteIntPair.copyOf(LByteIntPair tuple) |
Copyright © 2019. All rights reserved.