| Modifier and Type | Method and Description |
|---|---|
default LCharConsumer |
LCharIntConsumer.rShrink(LCharToIntFunction right) |
static LCharConsumer |
LCharIntConsumer.rShrinked(LCharToIntFunction right,
LCharIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LCharToIntFunction.LCharToIntFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LCharToIntFunction |
LCharToIntFunction.charToIntFunc(LCharToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToIntFunction |
LCharToIntFunction.charToIntFuncThrowing(ExF<Throwable> exF) |
static LCharToIntFunction |
LCharToIntFunction.charToIntFuncThrowing(String message,
ExMF<Throwable> exF) |
default LCharToIntFunction |
LCharToIntFunction.compose(LCharUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LCharToIntFunction |
LCharToIntFunction.composed(LCharUnaryOperator before,
LCharToIntFunction after) |
static LCharToIntFunction |
LCharToIntFunction.constant(int r)
Creates function that always returns the same value.
|
static LCharToIntFunction |
LCharToIntFunction.failSafe(LCharToIntFunction func,
LCharToIntFunction failSafe) |
default LCharToIntFunction |
LCharToIntFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToIntFunction |
LCharToIntFunction.recursive(LFunction<LCharToIntFunction,LCharToIntFunction> selfLambda) |
static LCharToIntFunction |
LCharToIntFunction.safe()
Safe instance.
|
static LCharToIntFunction |
LCharToIntFunction.safe(LCharToIntFunction other)
Safe wrapping.
|
default LCharToIntFunction |
LCharToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToIntFunction.thenToInt(LIntUnaryOperator after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToIntFunction.trying(ExWF<RuntimeException> exF) |
default LCharToIntFunction |
LCharToIntFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LCharToIntFunction |
LCharToIntFunction.tryingThen(LToIntFunction<Throwable> handler) |
LCharToIntFunction |
LCharToIntFunction.LCharToIntFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LCharToIntFunction> |
LCharToIntFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LCharToIntFunction> |
LCharToIntFunction.safeSupplier(LSupplier<LCharToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LCharToIntFunction.call(char a,
LCharToIntFunction lambda) |
static LCharToIntFunction |
LCharToIntFunction.charToIntFunc(LCharToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToIntFunction |
LCharToIntFunction.composed(LCharUnaryOperator before,
LCharToIntFunction after) |
static <V> LToIntFunction<V> |
LCharToIntFunction.composed(LToCharFunction<? super V> before,
LCharToIntFunction after) |
static LCharToIntFunction |
LCharToIntFunction.failSafe(LCharToIntFunction func,
LCharToIntFunction failSafe) |
default int |
LCharToIntFunction.failSafeApplyAsInt(char a,
LCharToIntFunction failSafe) |
static int |
LCharToIntFunction.failSafeApplyAsInt(char a,
LCharToIntFunction func,
LCharToIntFunction failSafe) |
static void |
LCharToIntFunction.fromTill(int min_i,
int max_i,
char a,
LCharToIntFunction func)
From-To.
|
static void |
LCharToIntFunction.fromTo(int min_i,
int max_i,
char a,
LCharToIntFunction func)
From-To.
|
static int |
LCharToIntFunction.handlingApplyAsInt(char a,
LCharToIntFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToIntFunction |
LCharToIntFunction.safe(LCharToIntFunction other)
Safe wrapping.
|
default LSrtToIntFunction |
LSrtToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LIntUnaryOperator |
LIntToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
static void |
LCharToIntFunction.times(int max_i,
char a,
LCharToIntFunction func)
From-To.
|
static int |
LCharToIntFunction.tryApplyAsInt(char a,
LCharToIntFunction func) |
static int |
LCharToIntFunction.tryApplyAsInt(char a,
LCharToIntFunction func,
ExWF<RuntimeException> exF) |
static int |
LCharToIntFunction.tryApplyAsInt(char a,
LCharToIntFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static int |
LCharToIntFunction.tryApplyAsIntThen(char a,
LCharToIntFunction func,
LToIntFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LCharToIntFunction |
LCharToIntFunction.recursive(LFunction<LCharToIntFunction,LCharToIntFunction> selfLambda) |
static LCharToIntFunction |
LCharToIntFunction.recursive(LFunction<LCharToIntFunction,LCharToIntFunction> selfLambda) |
static LSupplier<LCharToIntFunction> |
LCharToIntFunction.safeSupplier(LSupplier<LCharToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToIntFunction |
LCharFunction.thenToInt(LToIntFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieCharFunction<T> |
LTieCharFunction.apply3rdAsInt(LCharToIntFunction func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LToIntFunction<T> |
LToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LToIntBiFunction<T1,T2> |
LToCharBiFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LOiToIntFunction<T> |
LOiToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieCharFunction<T> |
LTieCharFunction.uncurry(LFunction<T,LIntFunction<LCharToIntFunction>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LCharToIntFunction |
LCharUnaryOperator.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToIntFunction |
LCharUnaryOperator.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToIntFunction |
LCharPredicate.boolToCharToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharPredicate |
LCharIntPredicate.rShrink(LCharToIntFunction right) |
static LCharPredicate |
LCharIntPredicate.rShrinked(LCharToIntFunction right,
LCharIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntSupplier |
LCharSupplier.toIntSup(LCharToIntFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.