| Modifier and Type | Class and Description |
|---|---|
static class |
LCharToSrtFunction.LCharToSrtFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LCharToSrtFunction |
LCharToSrtFunction.charToSrtFunc(LCharToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToSrtFunction |
LCharToSrtFunction.charToSrtFuncThrowing(ExF<Throwable> exF) |
static LCharToSrtFunction |
LCharToSrtFunction.charToSrtFuncThrowing(String message,
ExMF<Throwable> exF) |
default LCharToSrtFunction |
LCharToSrtFunction.compose(LCharUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LCharToSrtFunction |
LCharToSrtFunction.composed(LCharUnaryOperator before,
LCharToSrtFunction after) |
static LCharToSrtFunction |
LCharToSrtFunction.constant(short r)
Creates function that always returns the same value.
|
static LCharToSrtFunction |
LCharToSrtFunction.failSafe(LCharToSrtFunction func,
LCharToSrtFunction failSafe) |
default LCharToSrtFunction |
LCharToSrtFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToSrtFunction |
LCharToSrtFunction.recursive(LFunction<LCharToSrtFunction,LCharToSrtFunction> selfLambda) |
static LCharToSrtFunction |
LCharToSrtFunction.safe()
Safe instance.
|
static LCharToSrtFunction |
LCharToSrtFunction.safe(LCharToSrtFunction other)
Safe wrapping.
|
default LCharToSrtFunction |
LCharToByteFunction.thenToSrt(LByteToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToFltFunction.thenToSrt(LFltToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToSrtFunction.thenToSrt(LSrtUnaryOperator after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToSrtFunction.trying(ExWF<RuntimeException> exF) |
default LCharToSrtFunction |
LCharToSrtFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LCharToSrtFunction |
LCharToSrtFunction.tryingThen(LToSrtFunction<Throwable> handler) |
LCharToSrtFunction |
LCharToSrtFunction.LCharToSrtFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LCharToSrtFunction> |
LCharToSrtFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LCharToSrtFunction> |
LCharToSrtFunction.safeSupplier(LSupplier<LCharToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static short |
LCharToSrtFunction.call(char a,
LCharToSrtFunction lambda) |
static LCharToSrtFunction |
LCharToSrtFunction.charToSrtFunc(LCharToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToSrtFunction |
LCharToSrtFunction.composed(LCharUnaryOperator before,
LCharToSrtFunction after) |
static <V> LToSrtFunction<V> |
LCharToSrtFunction.composed(LToCharFunction<? super V> before,
LCharToSrtFunction after) |
static LCharToSrtFunction |
LCharToSrtFunction.failSafe(LCharToSrtFunction func,
LCharToSrtFunction failSafe) |
default short |
LCharToSrtFunction.failSafeApplyAsSrt(char a,
LCharToSrtFunction failSafe) |
static short |
LCharToSrtFunction.failSafeApplyAsSrt(char a,
LCharToSrtFunction func,
LCharToSrtFunction failSafe) |
static void |
LCharToSrtFunction.fromTill(int min_i,
int max_i,
char a,
LCharToSrtFunction func)
From-To.
|
static void |
LCharToSrtFunction.fromTo(int min_i,
int max_i,
char a,
LCharToSrtFunction func)
From-To.
|
static short |
LCharToSrtFunction.handlingApplyAsSrt(char a,
LCharToSrtFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToSrtFunction |
LCharToSrtFunction.safe(LCharToSrtFunction other)
Safe wrapping.
|
default LSrtUnaryOperator |
LSrtToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LFltToSrtFunction |
LFltToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LByteToSrtFunction |
LByteToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
static void |
LCharToSrtFunction.times(int max_i,
char a,
LCharToSrtFunction func)
From-To.
|
static short |
LCharToSrtFunction.tryApplyAsSrt(char a,
LCharToSrtFunction func) |
static short |
LCharToSrtFunction.tryApplyAsSrt(char a,
LCharToSrtFunction func,
ExWF<RuntimeException> exF) |
static short |
LCharToSrtFunction.tryApplyAsSrt(char a,
LCharToSrtFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static short |
LCharToSrtFunction.tryApplyAsSrtThen(char a,
LCharToSrtFunction func,
LToSrtFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LCharToSrtFunction |
LCharToSrtFunction.recursive(LFunction<LCharToSrtFunction,LCharToSrtFunction> selfLambda) |
static LCharToSrtFunction |
LCharToSrtFunction.recursive(LFunction<LCharToSrtFunction,LCharToSrtFunction> selfLambda) |
static LSupplier<LCharToSrtFunction> |
LCharToSrtFunction.safeSupplier(LSupplier<LCharToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToSrtFunction |
LCharFunction.thenToSrt(LToSrtFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToSrtFunction<T> |
LToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LToSrtBiFunction<T1,T2> |
LToCharBiFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LOiToSrtFunction<T> |
LOiToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToSrtFunction |
LCharUnaryOperator.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToSrtFunction |
LCharUnaryOperator.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToSrtFunction |
LCharPredicate.boolToCharToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtSupplier |
LCharSupplier.toSrtSup(LCharToSrtFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.