| 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 |
LObjSrtConsumer.tupleAccept(LObjSrtPair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjSrtFunction.tupleApply(LObjSrtPair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjSrtPredicate.tupleTest(LObjSrtPair<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjSrtPair.ComparableObjSrtPair<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjSrtPair.AbstractObjSrtPair<T> |
static class |
LObjSrtPair.ImmCompObjSrtPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjSrtPair.ImmObjSrtPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjSrtPair.MutCompObjSrtPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjSrtPair.MutObjSrtPair<T>
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjSrtPair<T> |
Tuple4U.immutable(T a1,
short a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjSrtPair.argEquals(LObjSrtPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjSrtPair.ComparableObjSrtPair.compareTo(LObjSrtPair<T> that) |
static <T> LObjSrtPair.MutObjSrtPair<T> |
LObjSrtPair.MutObjSrtPair.copyOf(LObjSrtPair<T> tuple) |
static <T> LObjSrtPair.ImmObjSrtPair<T> |
LObjSrtPair.ImmObjSrtPair.copyOf(LObjSrtPair<T> tuple) |
static <T extends Comparable<T>> |
LObjSrtPair.MutCompObjSrtPair.copyOf(LObjSrtPair<T> tuple) |
static <T extends Comparable<T>> |
LObjSrtPair.ImmCompObjSrtPair.copyOf(LObjSrtPair<T> tuple) |
Copyright © 2019. All rights reserved.