| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LIntConsumer.tupleAccept(LIntSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LIntToByteFunction.tupleApplyAsByte(LIntSingle args) |
default char |
LIntToCharFunction.tupleApplyAsChar(LIntSingle args) |
default double |
LIntToDblFunction.tupleApplyAsDbl(LIntSingle args) |
default float |
LIntToFltFunction.tupleApplyAsFlt(LIntSingle args) |
default long |
LIntToLongFunction.tupleApplyAsLong(LIntSingle args) |
default short |
LIntToSrtFunction.tupleApplyAsSrt(LIntSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LIntFunction.tupleApply(LIntSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default int |
LIntUnaryOperator.tupleApplyAsInt(LIntSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LIntPredicate.tupleTest(LIntSingle args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LIntPair
Exact equivalent of input parameters used in LBiIntConsumer.
|
static interface |
LIntPair.ComparableIntPair |
static interface |
LIntSingle.ComparableIntSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LIntPair.AbstractIntPair |
static class |
LIntPair.ImmCompIntPair
Immutable, comparable tuple.
|
static class |
LIntPair.ImmIntPair
Immutable, non-comparable tuple.
|
static class |
LIntPair.MutCompIntPair
Mutable, comparable tuple.
|
static class |
LIntPair.MutIntPair
Mutable, non-comparable tuple.
|
static class |
LIntSingle.AbstractIntSingle |
static class |
LIntSingle.ImmCompIntSingle
Immutable, comparable tuple.
|
static class |
LIntSingle.ImmIntSingle
Immutable, non-comparable tuple.
|
static class |
LIntSingle.MutCompIntSingle
Mutable, comparable tuple.
|
static class |
LIntSingle.MutIntSingle
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LIntSingle |
Tuple4U.immutable(int a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LIntSingle.argEquals(LIntSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LIntSingle.ComparableIntSingle.compareTo(LIntSingle that) |
static LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.copyOf(LIntSingle tuple) |
static LIntSingle.MutCompIntSingle |
LIntSingle.MutCompIntSingle.copyOf(LIntSingle tuple) |
static LIntSingle.ImmIntSingle |
LIntSingle.ImmIntSingle.copyOf(LIntSingle tuple) |
static LIntSingle.ImmCompIntSingle |
LIntSingle.ImmCompIntSingle.copyOf(LIntSingle tuple) |
Copyright © 2019. All rights reserved.