| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.obj | |
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.predicate | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LObjCharConsumer.tupleAccept(LObjCharPair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjCharFunction.tupleApply(LObjCharPair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjCharPredicate.tupleTest(LObjCharPair<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjCharPair.ComparableObjCharPair<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjCharPair.AbstractObjCharPair<T> |
static class |
LObjCharPair.ImmCompObjCharPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjCharPair.ImmObjCharPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjCharPair.MutCompObjCharPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjCharPair.MutObjCharPair<T>
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjCharPair<T> |
Tuple4U.immutable(T a1,
char a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjCharPair.argEquals(LObjCharPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjCharPair.ComparableObjCharPair.compareTo(LObjCharPair<T> that) |
static <T> LObjCharPair.MutObjCharPair<T> |
LObjCharPair.MutObjCharPair.copyOf(LObjCharPair<T> tuple) |
static <T> LObjCharPair.ImmObjCharPair<T> |
LObjCharPair.ImmObjCharPair.copyOf(LObjCharPair<T> tuple) |
static <T extends Comparable<T>> |
LObjCharPair.MutCompObjCharPair.copyOf(LObjCharPair<T> tuple) |
static <T extends Comparable<T>> |
LObjCharPair.ImmCompObjCharPair.copyOf(LObjCharPair<T> tuple) |
Copyright © 2019. All rights reserved.