| 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 |
LObjLongConsumer.tupleAccept(LObjLongPair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjLongFunction.tupleApply(LObjLongPair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjLongPredicate.tupleTest(LObjLongPair<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjLongPair.ComparableObjLongPair<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjLongPair.AbstractObjLongPair<T> |
static class |
LObjLongPair.ImmCompObjLongPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjLongPair.ImmObjLongPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjLongPair.MutCompObjLongPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjLongPair.MutObjLongPair<T>
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjLongPair<T> |
Tuple4U.immutable(T a1,
long a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjLongPair.argEquals(LObjLongPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjLongPair.ComparableObjLongPair.compareTo(LObjLongPair<T> that) |
static <T> LObjLongPair.MutObjLongPair<T> |
LObjLongPair.MutObjLongPair.copyOf(LObjLongPair<T> tuple) |
static <T> LObjLongPair.ImmObjLongPair<T> |
LObjLongPair.ImmObjLongPair.copyOf(LObjLongPair<T> tuple) |
static <T extends Comparable<T>> |
LObjLongPair.MutCompObjLongPair.copyOf(LObjLongPair<T> tuple) |
static <T extends Comparable<T>> |
LObjLongPair.ImmCompObjLongPair.copyOf(LObjLongPair<T> tuple) |
Copyright © 2019. All rights reserved.