| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolToFltFunction.LBoolToFltFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToFltFunction |
LBoolToFltFunction.boolToFltFunc(LBoolToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBoolToFltFunction |
LBoolToFltFunction.boolToFltFuncThrowing(ExF<Throwable> exF) |
static LBoolToFltFunction |
LBoolToFltFunction.boolToFltFuncThrowing(String message,
ExMF<Throwable> exF) |
default LBoolToFltFunction |
LBoolToFltFunction.compose(LLogicalOperator before)
Allows to manipulate the domain of the function.
|
static LBoolToFltFunction |
LBoolToFltFunction.composed(LLogicalOperator before,
LBoolToFltFunction after) |
static LBoolToFltFunction |
LBoolToFltFunction.constant(float r)
Creates function that always returns the same value.
|
static LBoolToFltFunction |
LBoolToFltFunction.failSafe(LBoolToFltFunction func,
LBoolToFltFunction failSafe) |
default LBoolToFltFunction |
LBoolToFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToFltFunction |
LBoolToFltFunction.recursive(LFunction<LBoolToFltFunction,LBoolToFltFunction> selfLambda) |
static LBoolToFltFunction |
LBoolToFltFunction.safe()
Safe instance.
|
static LBoolToFltFunction |
LBoolToFltFunction.safe(LBoolToFltFunction other)
Safe wrapping.
|
default LBoolToFltFunction |
LBoolToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToFltFunction.trying(ExWF<RuntimeException> exF) |
default LBoolToFltFunction |
LBoolToFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBoolToFltFunction |
LBoolToFltFunction.tryingThen(LToFltFunction<Throwable> handler) |
LBoolToFltFunction |
LBoolToFltFunction.LBoolToFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LBoolToFltFunction> |
LBoolToFltFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBoolToFltFunction> |
LBoolToFltFunction.safeSupplier(LSupplier<LBoolToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolToFltFunction |
LBoolToFltFunction.boolToFltFunc(LBoolToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static float |
LBoolToFltFunction.call(boolean a,
LBoolToFltFunction lambda) |
static LBoolToFltFunction |
LBoolToFltFunction.composed(LLogicalOperator before,
LBoolToFltFunction after) |
static <V> LToFltFunction<V> |
LBoolToFltFunction.composed(LPredicate<? super V> before,
LBoolToFltFunction after) |
static LBoolToFltFunction |
LBoolToFltFunction.failSafe(LBoolToFltFunction func,
LBoolToFltFunction failSafe) |
default float |
LBoolToFltFunction.failSafeApplyAsFlt(boolean a,
LBoolToFltFunction failSafe) |
static float |
LBoolToFltFunction.failSafeApplyAsFlt(boolean a,
LBoolToFltFunction func,
LBoolToFltFunction failSafe) |
static void |
LBoolToFltFunction.fromTill(int min_i,
int max_i,
boolean a,
LBoolToFltFunction func)
From-To.
|
static void |
LBoolToFltFunction.fromTo(int min_i,
int max_i,
boolean a,
LBoolToFltFunction func)
From-To.
|
static float |
LBoolToFltFunction.handlingApplyAsFlt(boolean a,
LBoolToFltFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToFltFunction |
LBoolToFltFunction.safe(LBoolToFltFunction other)
Safe wrapping.
|
static void |
LBoolToFltFunction.times(int max_i,
boolean a,
LBoolToFltFunction func)
From-To.
|
static float |
LBoolToFltFunction.tryApplyAsFlt(boolean a,
LBoolToFltFunction func) |
static float |
LBoolToFltFunction.tryApplyAsFlt(boolean a,
LBoolToFltFunction func,
ExWF<RuntimeException> exF) |
static float |
LBoolToFltFunction.tryApplyAsFlt(boolean a,
LBoolToFltFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LBoolToFltFunction.tryApplyAsFltThen(boolean a,
LBoolToFltFunction func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToFltFunction |
LBoolToFltFunction.recursive(LFunction<LBoolToFltFunction,LBoolToFltFunction> selfLambda) |
static LBoolToFltFunction |
LBoolToFltFunction.recursive(LFunction<LBoolToFltFunction,LBoolToFltFunction> selfLambda) |
static LSupplier<LBoolToFltFunction> |
LBoolToFltFunction.safeSupplier(LSupplier<LBoolToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToFltFunction |
LBoolFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToFltFunction |
LLogicalOperator.thenToFlt(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToFltFunction |
LLogicalOperator.thenToFlt(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToFltFunction |
LBytePredicate.boolToByteToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharPredicate.boolToCharToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblPredicate.boolToDblToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LFltBinaryOperator |
LBiFltPredicate.boolToFltBinaryOp(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltPredicate.boolToFltUnaryOp(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntPredicate.boolToIntToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongPredicate.boolToLongToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LObjIntPredicate.boolToOiToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LSrtToFltFunction |
LSrtPredicate.boolToSrtToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LToFltBiFunction<T1,T2> |
LBiPredicate.boolToToFltBiFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LToFltFunction<T> |
LPredicate.boolToToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LBoolSupplier.toFltSup(LBoolToFltFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.