| 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 |
LSrtIntConsumer.tupleAccept(LSrtIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LSrtIntPredicate.tupleTest(LSrtIntPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LSrtIntPair.ComparableSrtIntPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LSrtIntPair.AbstractSrtIntPair |
static class |
LSrtIntPair.ImmCompSrtIntPair
Immutable, comparable tuple.
|
static class |
LSrtIntPair.ImmSrtIntPair
Immutable, non-comparable tuple.
|
static class |
LSrtIntPair.MutCompSrtIntPair
Mutable, comparable tuple.
|
static class |
LSrtIntPair.MutSrtIntPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LSrtIntPair |
Tuple4U.immutable(short a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LSrtIntPair.argEquals(LSrtIntPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LSrtIntPair.ComparableSrtIntPair.compareTo(LSrtIntPair that) |
static LSrtIntPair.MutSrtIntPair |
LSrtIntPair.MutSrtIntPair.copyOf(LSrtIntPair tuple) |
static LSrtIntPair.MutCompSrtIntPair |
LSrtIntPair.MutCompSrtIntPair.copyOf(LSrtIntPair tuple) |
static LSrtIntPair.ImmSrtIntPair |
LSrtIntPair.ImmSrtIntPair.copyOf(LSrtIntPair tuple) |
static LSrtIntPair.ImmCompSrtIntPair |
LSrtIntPair.ImmCompSrtIntPair.copyOf(LSrtIntPair tuple) |
Copyright © 2019. All rights reserved.