| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.bi | |
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.operator.binary | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiBoolConsumer.tupleAccept(LBoolPair args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiBoolFunction.tupleApply(LBoolPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LLogicalBinaryOperator.tupleApply(LBoolPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBoolPair.ComparableBoolPair |
interface |
LBoolTriple
Exact equivalent of input parameters used in LTriBoolConsumer.
|
static interface |
LBoolTriple.ComparableBoolTriple |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolPair.AbstractBoolPair |
static class |
LBoolPair.ImmBoolPair
Immutable, non-comparable tuple.
|
static class |
LBoolPair.ImmCompBoolPair
Immutable, comparable tuple.
|
static class |
LBoolPair.MutBoolPair
Mutable, non-comparable tuple.
|
static class |
LBoolPair.MutCompBoolPair
Mutable, comparable tuple.
|
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 LBoolPair |
Tuple4U.immutable(boolean a1,
boolean a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LBoolPair.argEquals(LBoolPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LBoolPair.ComparableBoolPair.compareTo(LBoolPair that) |
static LBoolPair.MutBoolPair |
LBoolPair.MutBoolPair.copyOf(LBoolPair tuple) |
static LBoolPair.MutCompBoolPair |
LBoolPair.MutCompBoolPair.copyOf(LBoolPair tuple) |
static LBoolPair.ImmBoolPair |
LBoolPair.ImmBoolPair.copyOf(LBoolPair tuple) |
static LBoolPair.ImmCompBoolPair |
LBoolPair.ImmCompBoolPair.copyOf(LBoolPair tuple) |
Copyright © 2019. All rights reserved.