| 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 |
LCharIntConsumer.tupleAccept(LCharIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LCharIntPredicate.tupleTest(LCharIntPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LCharIntPair.ComparableCharIntPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LCharIntPair.AbstractCharIntPair |
static class |
LCharIntPair.ImmCharIntPair
Immutable, non-comparable tuple.
|
static class |
LCharIntPair.ImmCompCharIntPair
Immutable, comparable tuple.
|
static class |
LCharIntPair.MutCharIntPair
Mutable, non-comparable tuple.
|
static class |
LCharIntPair.MutCompCharIntPair
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LCharIntPair |
Tuple4U.immutable(char a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LCharIntPair.argEquals(LCharIntPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LCharIntPair.ComparableCharIntPair.compareTo(LCharIntPair that) |
static LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.copyOf(LCharIntPair tuple) |
static LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.copyOf(LCharIntPair tuple) |
static LCharIntPair.ImmCharIntPair |
LCharIntPair.ImmCharIntPair.copyOf(LCharIntPair tuple) |
static LCharIntPair.ImmCompCharIntPair |
LCharIntPair.ImmCompCharIntPair.copyOf(LCharIntPair tuple) |
Copyright © 2019. All rights reserved.