| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LSrtConsumer.tupleAccept(LSrtSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LSrtToByteFunction.tupleApplyAsByte(LSrtSingle args) |
default char |
LSrtToCharFunction.tupleApplyAsChar(LSrtSingle args) |
default double |
LSrtToDblFunction.tupleApplyAsDbl(LSrtSingle args) |
default float |
LSrtToFltFunction.tupleApplyAsFlt(LSrtSingle args) |
default int |
LSrtToIntFunction.tupleApplyAsInt(LSrtSingle args) |
default long |
LSrtToLongFunction.tupleApplyAsLong(LSrtSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LSrtFunction.tupleApply(LSrtSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default short |
LSrtUnaryOperator.tupleApplyAsSrt(LSrtSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LSrtPredicate.tupleTest(LSrtSingle args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LSrtIntPair
Exact equivalent of input parameters used in LSrtIntConsumer.
|
static interface |
LSrtIntPair.ComparableSrtIntPair |
interface |
LSrtPair
Exact equivalent of input parameters used in LBiSrtConsumer.
|
static interface |
LSrtPair.ComparableSrtPair |
static interface |
LSrtSingle.ComparableSrtSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LSrtIntPair.AbstractSrtIntPair |
static class |
LSrtIntPair.ImmCompSrtIntPair
Immutable, comparable tuple.
|
static class |
LSrtIntPair.ImmSrtIntPair
Immutable, non-comparable tuple.
|
static class |
LSrtIntPair.MutCompSrtIntPair
Mutable, comparable tuple.
|
static class |
LSrtIntPair.MutSrtIntPair
Mutable, non-comparable tuple.
|
static class |
LSrtPair.AbstractSrtPair |
static class |
LSrtPair.ImmCompSrtPair
Immutable, comparable tuple.
|
static class |
LSrtPair.ImmSrtPair
Immutable, non-comparable tuple.
|
static class |
LSrtPair.MutCompSrtPair
Mutable, comparable tuple.
|
static class |
LSrtPair.MutSrtPair
Mutable, non-comparable tuple.
|
static class |
LSrtSingle.AbstractSrtSingle |
static class |
LSrtSingle.ImmCompSrtSingle
Immutable, comparable tuple.
|
static class |
LSrtSingle.ImmSrtSingle
Immutable, non-comparable tuple.
|
static class |
LSrtSingle.MutCompSrtSingle
Mutable, comparable tuple.
|
static class |
LSrtSingle.MutSrtSingle
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LSrtSingle |
Tuple4U.immutable(short a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LSrtSingle.argEquals(LSrtSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LSrtSingle.ComparableSrtSingle.compareTo(LSrtSingle that) |
static LSrtSingle.MutSrtSingle |
LSrtSingle.MutSrtSingle.copyOf(LSrtSingle tuple) |
static LSrtSingle.MutCompSrtSingle |
LSrtSingle.MutCompSrtSingle.copyOf(LSrtSingle tuple) |
static LSrtSingle.ImmSrtSingle |
LSrtSingle.ImmSrtSingle.copyOf(LSrtSingle tuple) |
static LSrtSingle.ImmCompSrtSingle |
LSrtSingle.ImmCompSrtSingle.copyOf(LSrtSingle tuple) |
Copyright © 2019. All rights reserved.