| Modifier and Type | Method and Description |
|---|---|
default LBoolConsumer |
LBoolIntConsumer.rShrink(LBoolToIntFunction right) |
static LBoolConsumer |
LBoolIntConsumer.rShrinked(LBoolToIntFunction right,
LBoolIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolToIntFunction.LBoolToIntFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToIntFunction |
LBoolToIntFunction.boolToIntFunc(LBoolToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBoolToIntFunction |
LBoolToIntFunction.boolToIntFuncThrowing(ExF<Throwable> exF) |
static LBoolToIntFunction |
LBoolToIntFunction.boolToIntFuncThrowing(String message,
ExMF<Throwable> exF) |
default LBoolToIntFunction |
LBoolToIntFunction.compose(LLogicalOperator before)
Allows to manipulate the domain of the function.
|
static LBoolToIntFunction |
LBoolToIntFunction.composed(LLogicalOperator before,
LBoolToIntFunction after) |
static LBoolToIntFunction |
LBoolToIntFunction.constant(int r)
Creates function that always returns the same value.
|
static LBoolToIntFunction |
LBoolToIntFunction.failSafe(LBoolToIntFunction func,
LBoolToIntFunction failSafe) |
default LBoolToIntFunction |
LBoolToIntFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToIntFunction |
LBoolToIntFunction.recursive(LFunction<LBoolToIntFunction,LBoolToIntFunction> selfLambda) |
static LBoolToIntFunction |
LBoolToIntFunction.safe()
Safe instance.
|
static LBoolToIntFunction |
LBoolToIntFunction.safe(LBoolToIntFunction other)
Safe wrapping.
|
default LBoolToIntFunction |
LBoolToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToIntFunction.thenToInt(LIntUnaryOperator after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToIntFunction.trying(ExWF<RuntimeException> exF) |
default LBoolToIntFunction |
LBoolToIntFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBoolToIntFunction |
LBoolToIntFunction.tryingThen(LToIntFunction<Throwable> handler) |
LBoolToIntFunction |
LBoolToIntFunction.LBoolToIntFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LBoolToIntFunction> |
LBoolToIntFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBoolToIntFunction> |
LBoolToIntFunction.safeSupplier(LSupplier<LBoolToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolToIntFunction |
LBoolToIntFunction.boolToIntFunc(LBoolToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static int |
LBoolToIntFunction.call(boolean a,
LBoolToIntFunction lambda) |
static LBoolToIntFunction |
LBoolToIntFunction.composed(LLogicalOperator before,
LBoolToIntFunction after) |
static <V> LToIntFunction<V> |
LBoolToIntFunction.composed(LPredicate<? super V> before,
LBoolToIntFunction after) |
static LBoolToIntFunction |
LBoolToIntFunction.failSafe(LBoolToIntFunction func,
LBoolToIntFunction failSafe) |
default int |
LBoolToIntFunction.failSafeApplyAsInt(boolean a,
LBoolToIntFunction failSafe) |
static int |
LBoolToIntFunction.failSafeApplyAsInt(boolean a,
LBoolToIntFunction func,
LBoolToIntFunction failSafe) |
static void |
LBoolToIntFunction.fromTill(int min_i,
int max_i,
boolean a,
LBoolToIntFunction func)
From-To.
|
static void |
LBoolToIntFunction.fromTo(int min_i,
int max_i,
boolean a,
LBoolToIntFunction func)
From-To.
|
static int |
LBoolToIntFunction.handlingApplyAsInt(boolean a,
LBoolToIntFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToIntFunction |
LBoolToIntFunction.safe(LBoolToIntFunction other)
Safe wrapping.
|
static void |
LBoolToIntFunction.times(int max_i,
boolean a,
LBoolToIntFunction func)
From-To.
|
static int |
LBoolToIntFunction.tryApplyAsInt(boolean a,
LBoolToIntFunction func) |
static int |
LBoolToIntFunction.tryApplyAsInt(boolean a,
LBoolToIntFunction func,
ExWF<RuntimeException> exF) |
static int |
LBoolToIntFunction.tryApplyAsInt(boolean a,
LBoolToIntFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static int |
LBoolToIntFunction.tryApplyAsIntThen(boolean a,
LBoolToIntFunction func,
LToIntFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToIntFunction |
LBoolToIntFunction.recursive(LFunction<LBoolToIntFunction,LBoolToIntFunction> selfLambda) |
static LBoolToIntFunction |
LBoolToIntFunction.recursive(LFunction<LBoolToIntFunction,LBoolToIntFunction> selfLambda) |
static LSupplier<LBoolToIntFunction> |
LBoolToIntFunction.safeSupplier(LSupplier<LBoolToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToIntFunction |
LBoolFunction.thenToInt(LToIntFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieBoolFunction<T> |
LTieBoolFunction.apply3rdAsInt(LBoolToIntFunction func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieBoolFunction<T> |
LTieBoolFunction.uncurry(LFunction<T,LIntFunction<LBoolToIntFunction>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LBoolToIntFunction |
LLogicalOperator.thenToInt(LBoolToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToIntFunction |
LLogicalOperator.thenToInt(LBoolToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToIntFunction |
LBytePredicate.boolToByteToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharPredicate.boolToCharToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblPredicate.boolToDblToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltPredicate.boolToFltToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LIntBinaryOperator |
LBiIntPredicate.boolToIntBinaryOp(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LIntUnaryOperator |
LIntPredicate.boolToIntUnaryOp(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongPredicate.boolToLongToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LOiToIntFunction<T> |
LObjIntPredicate.boolToOiToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LSrtToIntFunction |
LSrtPredicate.boolToSrtToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieBoolFunction<T> |
LObjIntBoolPredicate.boolToTieBoolFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieByteFunction<T> |
LObjIntBytePredicate.boolToTieByteFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieCharFunction<T> |
LObjIntCharPredicate.boolToTieCharFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieDblFunction<T> |
LObjIntDblPredicate.boolToTieDblFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieFltFunction<T> |
LObjIntFltPredicate.boolToTieFltFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieFunction<T1,T2> |
LObjIntObjPredicate.boolToTieFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieIntFunction<T> |
LObjBiIntPredicate.boolToTieIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieLongFunction<T> |
LObjIntLongPredicate.boolToTieLongFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LTieSrtFunction<T> |
LObjIntSrtPredicate.boolToTieSrtFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LToIntBiFunction<T1,T2> |
LBiPredicate.boolToToIntBiFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LToIntFunction<T> |
LPredicate.boolToToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LToIntTriFunction<T1,T2,T3> |
LTriPredicate.boolToToIntTriFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
default LLogicalOperator |
LBoolIntPredicate.rShrink(LBoolToIntFunction right) |
static LLogicalOperator |
LBoolIntPredicate.rShrinked(LBoolToIntFunction right,
LBoolIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntSupplier |
LBoolSupplier.toIntSup(LBoolToIntFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.