| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LTriConsumer.tupleAccept(LTriple<T1,T2,T3> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LTriFunction.tupleApply(LTriple<T1,T2,T3> args) |
| Modifier and Type | Method and Description |
|---|---|
default int |
LToIntTriFunction.tupleApplyAsInt(LTriple<T1,T2,T3> args) |
| Modifier and Type | Method and Description |
|---|---|
default T |
LTernaryOperator.tupleApply(LTriple<T,T,T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LTriPredicate.tupleTest(LTriple<T1,T2,T3> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LTriple.ComparableTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LTriple.AbstractTriple<T1,T2,T3> |
static class |
LTriple.ImmCompTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>>
Immutable, comparable tuple.
|
static class |
LTriple.ImmTriple<T1,T2,T3>
Immutable, non-comparable tuple.
|
static class |
LTriple.MutCompTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>>
Mutable, comparable tuple.
|
static class |
LTriple.MutTriple<T1,T2,T3>
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> LTriple<T1,T2,T3> |
Tuple4U.immutable(T1 a1,
T2 a2,
T3 a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LTriple.argEquals(LTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LTriple.ComparableTriple.compareTo(LTriple<T1,T2,T3> that) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>> |
LTriple.MutCompTriple.copyOf(LTriple<T1,T2,T3> tuple) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>> |
LTriple.ImmCompTriple.copyOf(LTriple<T1,T2,T3> tuple) |
static <T1,T2,T3> LTriple.MutTriple<T1,T2,T3> |
LTriple.MutTriple.copyOf(LTriple<T1,T2,T3> tuple) |
static <T1,T2,T3> LTriple.ImmTriple<T1,T2,T3> |
LTriple.ImmTriple.copyOf(LTriple<T1,T2,T3> tuple) |
Copyright © 2019. All rights reserved.