| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.tri | |
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.operator.ternary | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LTriBoolConsumer.tupleAccept(LBoolTriple args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LTriBoolFunction.tupleApply(LBoolTriple args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LLogicalTernaryOperator.tupleApply(LBoolTriple args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBoolTriple.ComparableBoolTriple |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolTriple.AbstractBoolTriple |
static class |
LBoolTriple.ImmBoolTriple
Immutable, non-comparable tuple.
|
static class |
LBoolTriple.ImmCompBoolTriple
Immutable, comparable tuple.
|
static class |
LBoolTriple.MutBoolTriple
Mutable, non-comparable tuple.
|
static class |
LBoolTriple.MutCompBoolTriple
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolTriple |
Tuple4U.immutable(boolean a1,
boolean a2,
boolean a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LBoolTriple.argEquals(LBoolTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LBoolTriple.ComparableBoolTriple.compareTo(LBoolTriple that) |
static LBoolTriple.MutBoolTriple |
LBoolTriple.MutBoolTriple.copyOf(LBoolTriple tuple) |
static LBoolTriple.MutCompBoolTriple |
LBoolTriple.MutCompBoolTriple.copyOf(LBoolTriple tuple) |
static LBoolTriple.ImmBoolTriple |
LBoolTriple.ImmBoolTriple.copyOf(LBoolTriple tuple) |
static LBoolTriple.ImmCompBoolTriple |
LBoolTriple.ImmCompBoolTriple.copyOf(LBoolTriple tuple) |
Copyright © 2019. All rights reserved.