| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.bi | |
| eu.lunisolar.magma.func.predicate | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LFltIntConsumer.tupleAccept(LFltIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LFltIntPredicate.tupleTest(LFltIntPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LFltIntPair.ComparableFltIntPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LFltIntPair.AbstractFltIntPair |
static class |
LFltIntPair.ImmCompFltIntPair
Immutable, comparable tuple.
|
static class |
LFltIntPair.ImmFltIntPair
Immutable, non-comparable tuple.
|
static class |
LFltIntPair.MutCompFltIntPair
Mutable, comparable tuple.
|
static class |
LFltIntPair.MutFltIntPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LFltIntPair |
Tuple4U.immutable(float a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LFltIntPair.argEquals(LFltIntPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LFltIntPair.ComparableFltIntPair.compareTo(LFltIntPair that) |
static LFltIntPair.MutFltIntPair |
LFltIntPair.MutFltIntPair.copyOf(LFltIntPair tuple) |
static LFltIntPair.MutCompFltIntPair |
LFltIntPair.MutCompFltIntPair.copyOf(LFltIntPair tuple) |
static LFltIntPair.ImmFltIntPair |
LFltIntPair.ImmFltIntPair.copyOf(LFltIntPair tuple) |
static LFltIntPair.ImmCompFltIntPair |
LFltIntPair.ImmCompFltIntPair.copyOf(LFltIntPair tuple) |
Copyright © 2019. All rights reserved.