| 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 |
LBiObjCharConsumer.tupleAccept(LBiObjCharTriple<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiObjCharFunction.tupleApply(LBiObjCharTriple<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiObjCharPredicate.tupleTest(LBiObjCharTriple<T1,T2> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiObjCharTriple.ComparableBiObjCharTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjCharTriple.AbstractBiObjCharTriple<T1,T2> |
static class |
LBiObjCharTriple.ImmBiObjCharTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjCharTriple.ImmCompBiObjCharTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjCharTriple.MutBiObjCharTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjCharTriple.MutCompBiObjCharTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LBiObjCharTriple<T1,T2> |
Tuple4U.immutable(T1 a1,
T2 a2,
char a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LBiObjCharTriple.argEquals(LBiObjCharTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LBiObjCharTriple.ComparableBiObjCharTriple.compareTo(LBiObjCharTriple<T1,T2> that) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LBiObjCharTriple.MutCompBiObjCharTriple.copyOf(LBiObjCharTriple<T1,T2> tuple) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LBiObjCharTriple.ImmCompBiObjCharTriple.copyOf(LBiObjCharTriple<T1,T2> tuple) |
static <T1,T2> LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.copyOf(LBiObjCharTriple<T1,T2> tuple) |
static <T1,T2> LBiObjCharTriple.ImmBiObjCharTriple<T1,T2> |
LBiObjCharTriple.ImmBiObjCharTriple.copyOf(LBiObjCharTriple<T1,T2> tuple) |
Copyright © 2019. All rights reserved.