| 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 |
LObjFltConsumer.tupleAccept(LObjFltPair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjFltFunction.tupleApply(LObjFltPair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjFltPredicate.tupleTest(LObjFltPair<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjFltPair.ComparableObjFltPair<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjFltPair.AbstractObjFltPair<T> |
static class |
LObjFltPair.ImmCompObjFltPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjFltPair.ImmObjFltPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjFltPair.MutCompObjFltPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjFltPair.MutObjFltPair<T>
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjFltPair<T> |
Tuple4U.immutable(T a1,
float a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjFltPair.argEquals(LObjFltPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjFltPair.ComparableObjFltPair.compareTo(LObjFltPair<T> that) |
static <T> LObjFltPair.MutObjFltPair<T> |
LObjFltPair.MutObjFltPair.copyOf(LObjFltPair<T> tuple) |
static <T> LObjFltPair.ImmObjFltPair<T> |
LObjFltPair.ImmObjFltPair.copyOf(LObjFltPair<T> tuple) |
static <T extends Comparable<T>> |
LObjFltPair.MutCompObjFltPair.copyOf(LObjFltPair<T> tuple) |
static <T extends Comparable<T>> |
LObjFltPair.ImmCompObjFltPair.copyOf(LObjFltPair<T> tuple) |
Copyright © 2019. All rights reserved.