| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.bi | |
| eu.lunisolar.magma.func.predicate | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBoolIntConsumer.tupleAccept(LBoolIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBoolIntPredicate.tupleTest(LBoolIntPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBoolIntPair.ComparableBoolIntPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolIntPair.AbstractBoolIntPair |
static class |
LBoolIntPair.ImmBoolIntPair
Immutable, non-comparable tuple.
|
static class |
LBoolIntPair.ImmCompBoolIntPair
Immutable, comparable tuple.
|
static class |
LBoolIntPair.MutBoolIntPair
Mutable, non-comparable tuple.
|
static class |
LBoolIntPair.MutCompBoolIntPair
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolIntPair |
Tuple4U.immutable(boolean a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LBoolIntPair.argEquals(LBoolIntPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LBoolIntPair.ComparableBoolIntPair.compareTo(LBoolIntPair that) |
static LBoolIntPair.MutBoolIntPair |
LBoolIntPair.MutBoolIntPair.copyOf(LBoolIntPair tuple) |
static LBoolIntPair.MutCompBoolIntPair |
LBoolIntPair.MutCompBoolIntPair.copyOf(LBoolIntPair tuple) |
static LBoolIntPair.ImmBoolIntPair |
LBoolIntPair.ImmBoolIntPair.copyOf(LBoolIntPair tuple) |
static LBoolIntPair.ImmCompBoolIntPair |
LBoolIntPair.ImmCompBoolIntPair.copyOf(LBoolIntPair tuple) |
Copyright © 2019. All rights reserved.