| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolToSrtFunction.LBoolToSrtFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToSrtFunction |
LBoolToSrtFunction.boolToSrtFunc(LBoolToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBoolToSrtFunction |
LBoolToSrtFunction.boolToSrtFuncThrowing(ExF<Throwable> exF) |
static LBoolToSrtFunction |
LBoolToSrtFunction.boolToSrtFuncThrowing(String message,
ExMF<Throwable> exF) |
default LBoolToSrtFunction |
LBoolToSrtFunction.compose(LLogicalOperator before)
Allows to manipulate the domain of the function.
|
static LBoolToSrtFunction |
LBoolToSrtFunction.composed(LLogicalOperator before,
LBoolToSrtFunction after) |
static LBoolToSrtFunction |
LBoolToSrtFunction.constant(short r)
Creates function that always returns the same value.
|
static LBoolToSrtFunction |
LBoolToSrtFunction.failSafe(LBoolToSrtFunction func,
LBoolToSrtFunction failSafe) |
default LBoolToSrtFunction |
LBoolToSrtFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToSrtFunction |
LBoolToSrtFunction.recursive(LFunction<LBoolToSrtFunction,LBoolToSrtFunction> selfLambda) |
static LBoolToSrtFunction |
LBoolToSrtFunction.safe()
Safe instance.
|
static LBoolToSrtFunction |
LBoolToSrtFunction.safe(LBoolToSrtFunction other)
Safe wrapping.
|
default LBoolToSrtFunction |
LBoolToByteFunction.thenToSrt(LByteToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToFltFunction.thenToSrt(LFltToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToSrtFunction.thenToSrt(LSrtUnaryOperator after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToSrtFunction.trying(ExWF<RuntimeException> exF) |
default LBoolToSrtFunction |
LBoolToSrtFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBoolToSrtFunction |
LBoolToSrtFunction.tryingThen(LToSrtFunction<Throwable> handler) |
LBoolToSrtFunction |
LBoolToSrtFunction.LBoolToSrtFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LBoolToSrtFunction> |
LBoolToSrtFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBoolToSrtFunction> |
LBoolToSrtFunction.safeSupplier(LSupplier<LBoolToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolToSrtFunction |
LBoolToSrtFunction.boolToSrtFunc(LBoolToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static short |
LBoolToSrtFunction.call(boolean a,
LBoolToSrtFunction lambda) |
static LBoolToSrtFunction |
LBoolToSrtFunction.composed(LLogicalOperator before,
LBoolToSrtFunction after) |
static <V> LToSrtFunction<V> |
LBoolToSrtFunction.composed(LPredicate<? super V> before,
LBoolToSrtFunction after) |
static LBoolToSrtFunction |
LBoolToSrtFunction.failSafe(LBoolToSrtFunction func,
LBoolToSrtFunction failSafe) |
default short |
LBoolToSrtFunction.failSafeApplyAsSrt(boolean a,
LBoolToSrtFunction failSafe) |
static short |
LBoolToSrtFunction.failSafeApplyAsSrt(boolean a,
LBoolToSrtFunction func,
LBoolToSrtFunction failSafe) |
static void |
LBoolToSrtFunction.fromTill(int min_i,
int max_i,
boolean a,
LBoolToSrtFunction func)
From-To.
|
static void |
LBoolToSrtFunction.fromTo(int min_i,
int max_i,
boolean a,
LBoolToSrtFunction func)
From-To.
|
static short |
LBoolToSrtFunction.handlingApplyAsSrt(boolean a,
LBoolToSrtFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToSrtFunction |
LBoolToSrtFunction.safe(LBoolToSrtFunction other)
Safe wrapping.
|
static void |
LBoolToSrtFunction.times(int max_i,
boolean a,
LBoolToSrtFunction func)
From-To.
|
static short |
LBoolToSrtFunction.tryApplyAsSrt(boolean a,
LBoolToSrtFunction func) |
static short |
LBoolToSrtFunction.tryApplyAsSrt(boolean a,
LBoolToSrtFunction func,
ExWF<RuntimeException> exF) |
static short |
LBoolToSrtFunction.tryApplyAsSrt(boolean a,
LBoolToSrtFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static short |
LBoolToSrtFunction.tryApplyAsSrtThen(boolean a,
LBoolToSrtFunction func,
LToSrtFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToSrtFunction |
LBoolToSrtFunction.recursive(LFunction<LBoolToSrtFunction,LBoolToSrtFunction> selfLambda) |
static LBoolToSrtFunction |
LBoolToSrtFunction.recursive(LFunction<LBoolToSrtFunction,LBoolToSrtFunction> selfLambda) |
static LSupplier<LBoolToSrtFunction> |
LBoolToSrtFunction.safeSupplier(LSupplier<LBoolToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToSrtFunction |
LBoolFunction.thenToSrt(LToSrtFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToSrtFunction |
LLogicalOperator.thenToSrt(LBoolToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToSrtFunction |
LLogicalOperator.thenToSrt(LBoolToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToSrtFunction |
LBytePredicate.boolToByteToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharPredicate.boolToCharToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblPredicate.boolToDblToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LFltToSrtFunction |
LFltPredicate.boolToFltToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntPredicate.boolToIntToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongPredicate.boolToLongToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LOiToSrtFunction<T> |
LObjIntPredicate.boolToOiToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LSrtBinaryOperator |
LBiSrtPredicate.boolToSrtBinaryOp(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LSrtUnaryOperator |
LSrtPredicate.boolToSrtUnaryOp(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LToSrtBiFunction<T1,T2> |
LBiPredicate.boolToToSrtBiFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
default LToSrtFunction<T> |
LPredicate.boolToToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtSupplier |
LBoolSupplier.toSrtSup(LBoolToSrtFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.