| Modifier and Type | Method and Description |
|---|---|
default LIntConsumer |
LCharIntConsumer.lShrink(LIntToCharFunction left) |
static LIntConsumer |
LCharIntConsumer.lShrinked(LIntToCharFunction left,
LCharIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LIntToCharFunction.LIntToCharFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LIntToCharFunction |
LIntToCharFunction.compose(LIntUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LIntToCharFunction |
LIntToCharFunction.composed(LIntUnaryOperator before,
LIntToCharFunction after) |
static LIntToCharFunction |
LIntToCharFunction.constant(char r)
Creates function that always returns the same value.
|
static LIntToCharFunction |
LIntToCharFunction.failSafe(LIntToCharFunction func,
LIntToCharFunction failSafe) |
default LIntToCharFunction |
LIntToCharFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntToCharFunction |
LIntToCharFunction.intToCharFunc(LIntToCharFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntToCharFunction |
LIntToCharFunction.intToCharFuncThrowing(ExF<Throwable> exF) |
static LIntToCharFunction |
LIntToCharFunction.intToCharFuncThrowing(String message,
ExMF<Throwable> exF) |
static LIntToCharFunction |
LIntToCharFunction.recursive(LFunction<LIntToCharFunction,LIntToCharFunction> selfLambda) |
static LIntToCharFunction |
LIntToCharFunction.safe()
Safe instance.
|
static LIntToCharFunction |
LIntToCharFunction.safe(LIntToCharFunction other)
Safe wrapping.
|
default LIntToCharFunction |
LIntToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntToCharFunction.thenToChar(LCharUnaryOperator after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntToDblFunction.thenToChar(LDblToCharFunction after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntToFltFunction.thenToChar(LFltToCharFunction after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntToSrtFunction.thenToChar(LSrtToCharFunction after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntToCharFunction.trying(ExWF<RuntimeException> exF) |
default LIntToCharFunction |
LIntToCharFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LIntToCharFunction |
LIntToCharFunction.tryingThen(LToCharFunction<Throwable> handler) |
LIntToCharFunction |
LIntToCharFunction.LIntToCharFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LIntToCharFunction> |
LIntToCharFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LIntToCharFunction> |
LIntToCharFunction.safeSupplier(LSupplier<LIntToCharFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static char |
LIntToCharFunction.call(int a,
LIntToCharFunction lambda) |
static LIntToCharFunction |
LIntToCharFunction.composed(LIntUnaryOperator before,
LIntToCharFunction after) |
static <V> LToCharFunction<V> |
LIntToCharFunction.composed(LToIntFunction<? super V> before,
LIntToCharFunction after) |
static LIntToCharFunction |
LIntToCharFunction.failSafe(LIntToCharFunction func,
LIntToCharFunction failSafe) |
default char |
LIntToCharFunction.failSafeApplyAsChar(int a,
LIntToCharFunction failSafe) |
static char |
LIntToCharFunction.failSafeApplyAsChar(int a,
LIntToCharFunction func,
LIntToCharFunction failSafe) |
static void |
LIntToCharFunction.fromTill(int min_a,
int max_a,
LIntToCharFunction func)
From-To.
|
static void |
LIntToCharFunction.fromTo(int min_a,
int max_a,
LIntToCharFunction func)
From-To.
|
static char |
LIntToCharFunction.handlingApplyAsChar(int a,
LIntToCharFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntToCharFunction |
LIntToCharFunction.intToCharFunc(LIntToCharFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntToCharFunction |
LIntToCharFunction.safe(LIntToCharFunction other)
Safe wrapping.
|
default LSrtToCharFunction |
LSrtToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LFltToCharFunction |
LFltToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LDblToCharFunction |
LDblToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LCharUnaryOperator |
LCharToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LByteToCharFunction |
LByteToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
static void |
LIntToCharFunction.times(int max_a,
LIntToCharFunction func)
From-To.
|
static char |
LIntToCharFunction.tryApplyAsChar(int a,
LIntToCharFunction func) |
static char |
LIntToCharFunction.tryApplyAsChar(int a,
LIntToCharFunction func,
ExWF<RuntimeException> exF) |
static char |
LIntToCharFunction.tryApplyAsChar(int a,
LIntToCharFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static char |
LIntToCharFunction.tryApplyAsCharThen(int a,
LIntToCharFunction func,
LToCharFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LIntToCharFunction |
LIntToCharFunction.recursive(LFunction<LIntToCharFunction,LIntToCharFunction> selfLambda) |
static LIntToCharFunction |
LIntToCharFunction.recursive(LFunction<LIntToCharFunction,LIntToCharFunction> selfLambda) |
static LSupplier<LIntToCharFunction> |
LIntToCharFunction.safeSupplier(LSupplier<LIntToCharFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToCharFunction |
LIntFunction.thenToChar(LToCharFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToCharFunction |
LOiToCharFunction.lShrink(LIntFunction<T> left) |
default LIntToCharFunction |
LOiToCharFunction.lShrinkc(T a1) |
static <T> LIntToCharFunction |
LOiToCharFunction.lShrinked(LIntFunction<T> left,
LOiToCharFunction<T> func) |
static <T> LIntToCharFunction |
LOiToCharFunction.lShrinkedc(T a1,
LOiToCharFunction<T> func) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToCharFunction<T> |
LOiToCharFunction.apply2ndAsChar(LIntToCharFunction func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LToCharFunction<T> |
LToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LToCharBiFunction<T1,T2> |
LToIntBiFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LOiToCharFunction<T> |
LOiToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToCharFunction<T> |
LOiToCharFunction.uncurry(LFunction<T,LIntToCharFunction> func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntToCharFunction |
LIntUnaryOperator.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToCharFunction |
LIntUnaryOperator.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToCharFunction |
LIntPredicate.boolToIntToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LCharIntPredicate.lShrink(LIntToCharFunction left) |
static LIntPredicate |
LCharIntPredicate.lShrinked(LIntToCharFunction left,
LCharIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LCharSupplier |
LIntSupplier.toCharSup(LIntToCharFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.