| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LLongConsumer.tupleAccept(LLongSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LLongToByteFunction.tupleApplyAsByte(LLongSingle args) |
default char |
LLongToCharFunction.tupleApplyAsChar(LLongSingle args) |
default double |
LLongToDblFunction.tupleApplyAsDbl(LLongSingle args) |
default float |
LLongToFltFunction.tupleApplyAsFlt(LLongSingle args) |
default int |
LLongToIntFunction.tupleApplyAsInt(LLongSingle args) |
default short |
LLongToSrtFunction.tupleApplyAsSrt(LLongSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LLongFunction.tupleApply(LLongSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default long |
LLongUnaryOperator.tupleApplyAsLong(LLongSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LLongPredicate.tupleTest(LLongSingle args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LLongIntPair
Exact equivalent of input parameters used in LLongIntConsumer.
|
static interface |
LLongIntPair.ComparableLongIntPair |
interface |
LLongPair
Exact equivalent of input parameters used in LBiLongConsumer.
|
static interface |
LLongPair.ComparableLongPair |
static interface |
LLongSingle.ComparableLongSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LLongIntPair.AbstractLongIntPair |
static class |
LLongIntPair.ImmCompLongIntPair
Immutable, comparable tuple.
|
static class |
LLongIntPair.ImmLongIntPair
Immutable, non-comparable tuple.
|
static class |
LLongIntPair.MutCompLongIntPair
Mutable, comparable tuple.
|
static class |
LLongIntPair.MutLongIntPair
Mutable, non-comparable tuple.
|
static class |
LLongPair.AbstractLongPair |
static class |
LLongPair.ImmCompLongPair
Immutable, comparable tuple.
|
static class |
LLongPair.ImmLongPair
Immutable, non-comparable tuple.
|
static class |
LLongPair.MutCompLongPair
Mutable, comparable tuple.
|
static class |
LLongPair.MutLongPair
Mutable, non-comparable tuple.
|
static class |
LLongSingle.AbstractLongSingle |
static class |
LLongSingle.ImmCompLongSingle
Immutable, comparable tuple.
|
static class |
LLongSingle.ImmLongSingle
Immutable, non-comparable tuple.
|
static class |
LLongSingle.MutCompLongSingle
Mutable, comparable tuple.
|
static class |
LLongSingle.MutLongSingle
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LLongSingle |
Tuple4U.immutable(long a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LLongSingle.argEquals(LLongSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LLongSingle.ComparableLongSingle.compareTo(LLongSingle that) |
static LLongSingle.MutLongSingle |
LLongSingle.MutLongSingle.copyOf(LLongSingle tuple) |
static LLongSingle.MutCompLongSingle |
LLongSingle.MutCompLongSingle.copyOf(LLongSingle tuple) |
static LLongSingle.ImmLongSingle |
LLongSingle.ImmLongSingle.copyOf(LLongSingle tuple) |
static LLongSingle.ImmCompLongSingle |
LLongSingle.ImmCompLongSingle.copyOf(LLongSingle tuple) |
Copyright © 2019. All rights reserved.