| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.obj | |
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.predicate | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiObjLongConsumer.tupleAccept(LBiObjLongTriple<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiObjLongFunction.tupleApply(LBiObjLongTriple<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiObjLongPredicate.tupleTest(LBiObjLongTriple<T1,T2> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiObjLongTriple.ComparableBiObjLongTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjLongTriple.AbstractBiObjLongTriple<T1,T2> |
static class |
LBiObjLongTriple.ImmBiObjLongTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjLongTriple.ImmCompBiObjLongTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjLongTriple.MutBiObjLongTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjLongTriple.MutCompBiObjLongTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LBiObjLongTriple<T1,T2> |
Tuple4U.immutable(T1 a1,
T2 a2,
long a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LBiObjLongTriple.argEquals(LBiObjLongTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LBiObjLongTriple.ComparableBiObjLongTriple.compareTo(LBiObjLongTriple<T1,T2> that) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LBiObjLongTriple.MutCompBiObjLongTriple.copyOf(LBiObjLongTriple<T1,T2> tuple) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LBiObjLongTriple.ImmCompBiObjLongTriple.copyOf(LBiObjLongTriple<T1,T2> tuple) |
static <T1,T2> LBiObjLongTriple.MutBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutBiObjLongTriple.copyOf(LBiObjLongTriple<T1,T2> tuple) |
static <T1,T2> LBiObjLongTriple.ImmBiObjLongTriple<T1,T2> |
LBiObjLongTriple.ImmBiObjLongTriple.copyOf(LBiObjLongTriple<T1,T2> tuple) |
Copyright © 2019. All rights reserved.