| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LFltConsumer.tupleAccept(LFltSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LFltToByteFunction.tupleApplyAsByte(LFltSingle args) |
default char |
LFltToCharFunction.tupleApplyAsChar(LFltSingle args) |
default double |
LFltToDblFunction.tupleApplyAsDbl(LFltSingle args) |
default int |
LFltToIntFunction.tupleApplyAsInt(LFltSingle args) |
default long |
LFltToLongFunction.tupleApplyAsLong(LFltSingle args) |
default short |
LFltToSrtFunction.tupleApplyAsSrt(LFltSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LFltFunction.tupleApply(LFltSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default float |
LFltUnaryOperator.tupleApplyAsFlt(LFltSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LFltPredicate.tupleTest(LFltSingle args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LFltIntPair
Exact equivalent of input parameters used in LFltIntConsumer.
|
static interface |
LFltIntPair.ComparableFltIntPair |
interface |
LFltPair
Exact equivalent of input parameters used in LBiFltConsumer.
|
static interface |
LFltPair.ComparableFltPair |
static interface |
LFltSingle.ComparableFltSingle |
| 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.
|
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.
|
static class |
LFltSingle.AbstractFltSingle |
static class |
LFltSingle.ImmCompFltSingle
Immutable, comparable tuple.
|
static class |
LFltSingle.ImmFltSingle
Immutable, non-comparable tuple.
|
static class |
LFltSingle.MutCompFltSingle
Mutable, comparable tuple.
|
static class |
LFltSingle.MutFltSingle
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LFltSingle |
Tuple4U.immutable(float a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LFltSingle.argEquals(LFltSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LFltSingle.ComparableFltSingle.compareTo(LFltSingle that) |
static LFltSingle.MutFltSingle |
LFltSingle.MutFltSingle.copyOf(LFltSingle tuple) |
static LFltSingle.MutCompFltSingle |
LFltSingle.MutCompFltSingle.copyOf(LFltSingle tuple) |
static LFltSingle.ImmFltSingle |
LFltSingle.ImmFltSingle.copyOf(LFltSingle tuple) |
static LFltSingle.ImmCompFltSingle |
LFltSingle.ImmCompFltSingle.copyOf(LFltSingle tuple) |
Copyright © 2019. All rights reserved.