| 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 |
LObjByteConsumer.tupleAccept(LObjBytePair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjByteFunction.tupleApply(LObjBytePair<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjBytePredicate.tupleTest(LObjBytePair<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjBytePair.ComparableObjBytePair<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjBytePair.AbstractObjBytePair<T> |
static class |
LObjBytePair.ImmCompObjBytePair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjBytePair.ImmObjBytePair<T>
Immutable, non-comparable tuple.
|
static class |
LObjBytePair.MutCompObjBytePair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjBytePair.MutObjBytePair<T>
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjBytePair<T> |
Tuple4U.immutable(T a1,
byte a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjBytePair.argEquals(LObjBytePair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjBytePair.ComparableObjBytePair.compareTo(LObjBytePair<T> that) |
static <T> LObjBytePair.MutObjBytePair<T> |
LObjBytePair.MutObjBytePair.copyOf(LObjBytePair<T> tuple) |
static <T> LObjBytePair.ImmObjBytePair<T> |
LObjBytePair.ImmObjBytePair.copyOf(LObjBytePair<T> tuple) |
static <T extends Comparable<T>> |
LObjBytePair.MutCompObjBytePair.copyOf(LObjBytePair<T> tuple) |
static <T extends Comparable<T>> |
LObjBytePair.ImmCompObjBytePair.copyOf(LObjBytePair<T> tuple) |
Copyright © 2019. All rights reserved.