| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LCharConsumer.tupleAccept(LCharSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LCharToByteFunction.tupleApplyAsByte(LCharSingle args) |
default double |
LCharToDblFunction.tupleApplyAsDbl(LCharSingle args) |
default float |
LCharToFltFunction.tupleApplyAsFlt(LCharSingle args) |
default int |
LCharToIntFunction.tupleApplyAsInt(LCharSingle args) |
default long |
LCharToLongFunction.tupleApplyAsLong(LCharSingle args) |
default short |
LCharToSrtFunction.tupleApplyAsSrt(LCharSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LCharFunction.tupleApply(LCharSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default char |
LCharUnaryOperator.tupleApplyAsChar(LCharSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LCharPredicate.tupleTest(LCharSingle args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LCharIntPair
Exact equivalent of input parameters used in LCharIntConsumer.
|
static interface |
LCharIntPair.ComparableCharIntPair |
interface |
LCharPair
Exact equivalent of input parameters used in LBiCharConsumer.
|
static interface |
LCharPair.ComparableCharPair |
static interface |
LCharSingle.ComparableCharSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LCharIntPair.AbstractCharIntPair |
static class |
LCharIntPair.ImmCharIntPair
Immutable, non-comparable tuple.
|
static class |
LCharIntPair.ImmCompCharIntPair
Immutable, comparable tuple.
|
static class |
LCharIntPair.MutCharIntPair
Mutable, non-comparable tuple.
|
static class |
LCharIntPair.MutCompCharIntPair
Mutable, comparable tuple.
|
static class |
LCharPair.AbstractCharPair |
static class |
LCharPair.ImmCharPair
Immutable, non-comparable tuple.
|
static class |
LCharPair.ImmCompCharPair
Immutable, comparable tuple.
|
static class |
LCharPair.MutCharPair
Mutable, non-comparable tuple.
|
static class |
LCharPair.MutCompCharPair
Mutable, comparable tuple.
|
static class |
LCharSingle.AbstractCharSingle |
static class |
LCharSingle.ImmCharSingle
Immutable, non-comparable tuple.
|
static class |
LCharSingle.ImmCompCharSingle
Immutable, comparable tuple.
|
static class |
LCharSingle.MutCharSingle
Mutable, non-comparable tuple.
|
static class |
LCharSingle.MutCompCharSingle
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LCharSingle |
Tuple4U.immutable(char a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LCharSingle.argEquals(LCharSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LCharSingle.ComparableCharSingle.compareTo(LCharSingle that) |
static LCharSingle.MutCharSingle |
LCharSingle.MutCharSingle.copyOf(LCharSingle tuple) |
static LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.copyOf(LCharSingle tuple) |
static LCharSingle.ImmCharSingle |
LCharSingle.ImmCharSingle.copyOf(LCharSingle tuple) |
static LCharSingle.ImmCompCharSingle |
LCharSingle.ImmCompCharSingle.copyOf(LCharSingle tuple) |
Copyright © 2019. All rights reserved.