| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolToCharFunction.LBoolToCharFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToCharFunction |
LBoolToCharFunction.boolToCharFunc(LBoolToCharFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBoolToCharFunction |
LBoolToCharFunction.boolToCharFuncThrowing(ExF<Throwable> exF) |
static LBoolToCharFunction |
LBoolToCharFunction.boolToCharFuncThrowing(String message,
ExMF<Throwable> exF) |
default LBoolToCharFunction |
LBoolToCharFunction.compose(LLogicalOperator before)
Allows to manipulate the domain of the function.
|
static LBoolToCharFunction |
LBoolToCharFunction.composed(LLogicalOperator before,
LBoolToCharFunction after) |
static LBoolToCharFunction |
LBoolToCharFunction.constant(char r)
Creates function that always returns the same value.
|
static LBoolToCharFunction |
LBoolToCharFunction.failSafe(LBoolToCharFunction func,
LBoolToCharFunction failSafe) |
default LBoolToCharFunction |
LBoolToCharFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToCharFunction |
LBoolToCharFunction.recursive(LFunction<LBoolToCharFunction,LBoolToCharFunction> selfLambda) |
static LBoolToCharFunction |
LBoolToCharFunction.safe()
Safe instance.
|
static LBoolToCharFunction |
LBoolToCharFunction.safe(LBoolToCharFunction other)
Safe wrapping.
|
default LBoolToCharFunction |
LBoolToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToCharFunction.thenToChar(LCharUnaryOperator after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToDblFunction.thenToChar(LDblToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToFltFunction.thenToChar(LFltToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToSrtFunction.thenToChar(LSrtToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToCharFunction.trying(ExWF<RuntimeException> exF) |
default LBoolToCharFunction |
LBoolToCharFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBoolToCharFunction |
LBoolToCharFunction.tryingThen(LToCharFunction<Throwable> handler) |
LBoolToCharFunction |
LBoolToCharFunction.LBoolToCharFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LBoolToCharFunction> |
LBoolToCharFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBoolToCharFunction> |
LBoolToCharFunction.safeSupplier(LSupplier<LBoolToCharFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolToCharFunction |
LBoolToCharFunction.boolToCharFunc(LBoolToCharFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static char |
LBoolToCharFunction.call(boolean a,
LBoolToCharFunction lambda) |
static LBoolToCharFunction |
LBoolToCharFunction.composed(LLogicalOperator before,
LBoolToCharFunction after) |
static <V> LToCharFunction<V> |
LBoolToCharFunction.composed(LPredicate<? super V> before,
LBoolToCharFunction after) |
static LBoolToCharFunction |
LBoolToCharFunction.failSafe(LBoolToCharFunction func,
LBoolToCharFunction failSafe) |
default char |
LBoolToCharFunction.failSafeApplyAsChar(boolean a,
LBoolToCharFunction failSafe) |
static char |
LBoolToCharFunction.failSafeApplyAsChar(boolean a,
LBoolToCharFunction func,
LBoolToCharFunction failSafe) |
static void |
LBoolToCharFunction.fromTill(int min_i,
int max_i,
boolean a,
LBoolToCharFunction func)
From-To.
|
static void |
LBoolToCharFunction.fromTo(int min_i,
int max_i,
boolean a,
LBoolToCharFunction func)
From-To.
|
static char |
LBoolToCharFunction.handlingApplyAsChar(boolean a,
LBoolToCharFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToCharFunction |
LBoolToCharFunction.safe(LBoolToCharFunction other)
Safe wrapping.
|
static void |
LBoolToCharFunction.times(int max_i,
boolean a,
LBoolToCharFunction func)
From-To.
|
static char |
LBoolToCharFunction.tryApplyAsChar(boolean a,
LBoolToCharFunction func) |
static char |
LBoolToCharFunction.tryApplyAsChar(boolean a,
LBoolToCharFunction func,
ExWF<RuntimeException> exF) |
static char |
LBoolToCharFunction.tryApplyAsChar(boolean a,
LBoolToCharFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static char |
LBoolToCharFunction.tryApplyAsCharThen(boolean a,
LBoolToCharFunction func,
LToCharFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToCharFunction |
LBoolToCharFunction.recursive(LFunction<LBoolToCharFunction,LBoolToCharFunction> selfLambda) |
static LBoolToCharFunction |
LBoolToCharFunction.recursive(LFunction<LBoolToCharFunction,LBoolToCharFunction> selfLambda) |
static LSupplier<LBoolToCharFunction> |
LBoolToCharFunction.safeSupplier(LSupplier<LBoolToCharFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToCharFunction |
LBoolFunction.thenToChar(LToCharFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToCharFunction |
LLogicalOperator.thenToChar(LBoolToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToCharFunction |
LLogicalOperator.thenToChar(LBoolToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToCharFunction |
LBytePredicate.boolToByteToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LCharBinaryOperator |
LBiCharPredicate.boolToCharBinaryOp(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LCharUnaryOperator |
LCharPredicate.boolToCharUnaryOp(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LDblToCharFunction |
LDblPredicate.boolToDblToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LFltToCharFunction |
LFltPredicate.boolToFltToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntPredicate.boolToIntToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongPredicate.boolToLongToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LOiToCharFunction<T> |
LObjIntPredicate.boolToOiToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LSrtToCharFunction |
LSrtPredicate.boolToSrtToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LToCharBiFunction<T1,T2> |
LBiPredicate.boolToToCharBiFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
default LToCharFunction<T> |
LPredicate.boolToToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharSupplier |
LBoolSupplier.toCharSup(LBoolToCharFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.