| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LByteConsumer.tupleAccept(LByteSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default char |
LByteToCharFunction.tupleApplyAsChar(LByteSingle args) |
default double |
LByteToDblFunction.tupleApplyAsDbl(LByteSingle args) |
default float |
LByteToFltFunction.tupleApplyAsFlt(LByteSingle args) |
default int |
LByteToIntFunction.tupleApplyAsInt(LByteSingle args) |
default long |
LByteToLongFunction.tupleApplyAsLong(LByteSingle args) |
default short |
LByteToSrtFunction.tupleApplyAsSrt(LByteSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LByteFunction.tupleApply(LByteSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LByteUnaryOperator.tupleApplyAsByte(LByteSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBytePredicate.tupleTest(LByteSingle args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LByteIntPair
Exact equivalent of input parameters used in LByteIntConsumer.
|
static interface |
LByteIntPair.ComparableByteIntPair |
interface |
LBytePair
Exact equivalent of input parameters used in LBiByteConsumer.
|
static interface |
LBytePair.ComparableBytePair |
static interface |
LByteSingle.ComparableByteSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LByteIntPair.AbstractByteIntPair |
static class |
LByteIntPair.ImmByteIntPair
Immutable, non-comparable tuple.
|
static class |
LByteIntPair.ImmCompByteIntPair
Immutable, comparable tuple.
|
static class |
LByteIntPair.MutByteIntPair
Mutable, non-comparable tuple.
|
static class |
LByteIntPair.MutCompByteIntPair
Mutable, comparable tuple.
|
static class |
LBytePair.AbstractBytePair |
static class |
LBytePair.ImmBytePair
Immutable, non-comparable tuple.
|
static class |
LBytePair.ImmCompBytePair
Immutable, comparable tuple.
|
static class |
LBytePair.MutBytePair
Mutable, non-comparable tuple.
|
static class |
LBytePair.MutCompBytePair
Mutable, comparable tuple.
|
static class |
LByteSingle.AbstractByteSingle |
static class |
LByteSingle.ImmByteSingle
Immutable, non-comparable tuple.
|
static class |
LByteSingle.ImmCompByteSingle
Immutable, comparable tuple.
|
static class |
LByteSingle.MutByteSingle
Mutable, non-comparable tuple.
|
static class |
LByteSingle.MutCompByteSingle
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LByteSingle |
Tuple4U.immutable(byte a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LByteSingle.argEquals(LByteSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LByteSingle.ComparableByteSingle.compareTo(LByteSingle that) |
static LByteSingle.MutByteSingle |
LByteSingle.MutByteSingle.copyOf(LByteSingle tuple) |
static LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.copyOf(LByteSingle tuple) |
static LByteSingle.ImmByteSingle |
LByteSingle.ImmByteSingle.copyOf(LByteSingle tuple) |
static LByteSingle.ImmCompByteSingle |
LByteSingle.ImmCompByteSingle.copyOf(LByteSingle tuple) |
Copyright © 2019. All rights reserved.