| 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 |
LBiObjIntConsumer.tupleAccept(LBiObjIntTriple<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiObjIntFunction.tupleApply(LBiObjIntTriple<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiObjIntPredicate.tupleTest(LBiObjIntTriple<T1,T2> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiObjIntTriple.ComparableBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjIntTriple.AbstractBiObjIntTriple<T1,T2> |
static class |
LBiObjIntTriple.ImmBiObjIntTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjIntTriple.ImmCompBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjIntTriple.MutBiObjIntTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjIntTriple.MutCompBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LBiObjIntTriple<T1,T2> |
Tuple4U.immutable(T1 a1,
T2 a2,
int a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LBiObjIntTriple.argEquals(LBiObjIntTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LBiObjIntTriple.ComparableBiObjIntTriple.compareTo(LBiObjIntTriple<T1,T2> that) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LBiObjIntTriple.MutCompBiObjIntTriple.copyOf(LBiObjIntTriple<T1,T2> tuple) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LBiObjIntTriple.ImmCompBiObjIntTriple.copyOf(LBiObjIntTriple<T1,T2> tuple) |
static <T1,T2> LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.copyOf(LBiObjIntTriple<T1,T2> tuple) |
static <T1,T2> LBiObjIntTriple.ImmBiObjIntTriple<T1,T2> |
LBiObjIntTriple.ImmBiObjIntTriple.copyOf(LBiObjIntTriple<T1,T2> tuple) |
Copyright © 2019. All rights reserved.