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