| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiFltConsumer.tupleAccept(LFltPair args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiFltFunction.tupleApply(LFltPair args) |
| Modifier and Type | Method and Description |
|---|---|
default float |
LFltBinaryOperator.tupleApplyAsFlt(LFltPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiFltPredicate.tupleTest(LFltPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LFltPair.ComparableFltPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LFltPair.AbstractFltPair |
static class |
LFltPair.ImmCompFltPair
Immutable, comparable tuple.
|
static class |
LFltPair.ImmFltPair
Immutable, non-comparable tuple.
|
static class |
LFltPair.MutCompFltPair
Mutable, comparable tuple.
|
static class |
LFltPair.MutFltPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LFltPair |
Tuple4U.immutable(float a1,
float a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LFltPair.argEquals(LFltPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LFltPair.ComparableFltPair.compareTo(LFltPair that) |
static LFltPair.MutFltPair |
LFltPair.MutFltPair.copyOf(LFltPair tuple) |
static LFltPair.MutCompFltPair |
LFltPair.MutCompFltPair.copyOf(LFltPair tuple) |
static LFltPair.ImmFltPair |
LFltPair.ImmFltPair.copyOf(LFltPair tuple) |
static LFltPair.ImmCompFltPair |
LFltPair.ImmCompFltPair.copyOf(LFltPair tuple) |
Copyright © 2019. All rights reserved.