| Modifier and Type | Class and Description |
|---|---|
static class |
LDblToFltFunction.LDblToFltFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LDblToFltFunction |
LDblToFltFunction.compose(LDblUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LDblToFltFunction |
LDblToFltFunction.composed(LDblUnaryOperator before,
LDblToFltFunction after) |
static LDblToFltFunction |
LDblToFltFunction.constant(float r)
Creates function that always returns the same value.
|
static LDblToFltFunction |
LDblToFltFunction.dblToFltFunc(LDblToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LDblToFltFunction |
LDblToFltFunction.dblToFltFuncThrowing(ExF<Throwable> exF) |
static LDblToFltFunction |
LDblToFltFunction.dblToFltFuncThrowing(String message,
ExMF<Throwable> exF) |
static LDblToFltFunction |
LDblToFltFunction.failSafe(LDblToFltFunction func,
LDblToFltFunction failSafe) |
default LDblToFltFunction |
LDblToFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LDblToFltFunction |
LDblToFltFunction.recursive(LFunction<LDblToFltFunction,LDblToFltFunction> selfLambda) |
static LDblToFltFunction |
LDblToFltFunction.safe()
Safe instance.
|
static LDblToFltFunction |
LDblToFltFunction.safe(LDblToFltFunction other)
Safe wrapping.
|
default LDblToFltFunction |
LDblToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToFltFunction.trying(ExWF<RuntimeException> exF) |
default LDblToFltFunction |
LDblToFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LDblToFltFunction |
LDblToFltFunction.tryingThen(LToFltFunction<Throwable> handler) |
LDblToFltFunction |
LDblToFltFunction.LDblToFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LDblToFltFunction> |
LDblToFltFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LDblToFltFunction> |
LDblToFltFunction.safeSupplier(LSupplier<LDblToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
LDblToFltFunction.call(double a,
LDblToFltFunction lambda) |
static LDblToFltFunction |
LDblToFltFunction.composed(LDblUnaryOperator before,
LDblToFltFunction after) |
static <V> LToFltFunction<V> |
LDblToFltFunction.composed(LToDblFunction<? super V> before,
LDblToFltFunction after) |
static LDblToFltFunction |
LDblToFltFunction.dblToFltFunc(LDblToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LDblToFltFunction |
LDblToFltFunction.failSafe(LDblToFltFunction func,
LDblToFltFunction failSafe) |
default float |
LDblToFltFunction.failSafeApplyAsFlt(double a,
LDblToFltFunction failSafe) |
static float |
LDblToFltFunction.failSafeApplyAsFlt(double a,
LDblToFltFunction func,
LDblToFltFunction failSafe) |
static void |
LDblToFltFunction.fromTill(int min_i,
int max_i,
double a,
LDblToFltFunction func)
From-To.
|
static void |
LDblToFltFunction.fromTo(int min_i,
int max_i,
double a,
LDblToFltFunction func)
From-To.
|
static float |
LDblToFltFunction.handlingApplyAsFlt(double a,
LDblToFltFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LDblToFltFunction |
LDblToFltFunction.safe(LDblToFltFunction other)
Safe wrapping.
|
default LSrtToFltFunction |
LSrtToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
static void |
LDblToFltFunction.times(int max_i,
double a,
LDblToFltFunction func)
From-To.
|
static float |
LDblToFltFunction.tryApplyAsFlt(double a,
LDblToFltFunction func) |
static float |
LDblToFltFunction.tryApplyAsFlt(double a,
LDblToFltFunction func,
ExWF<RuntimeException> exF) |
static float |
LDblToFltFunction.tryApplyAsFlt(double a,
LDblToFltFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LDblToFltFunction.tryApplyAsFltThen(double a,
LDblToFltFunction func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LDblToFltFunction |
LDblToFltFunction.recursive(LFunction<LDblToFltFunction,LDblToFltFunction> selfLambda) |
static LDblToFltFunction |
LDblToFltFunction.recursive(LFunction<LDblToFltFunction,LDblToFltFunction> selfLambda) |
static LSupplier<LDblToFltFunction> |
LDblToFltFunction.safeSupplier(LSupplier<LDblToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToFltFunction |
LDblFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToFltFunction<T> |
LToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LToFltBiFunction<T1,T2> |
LToDblBiFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToFltFunction |
LDblUnaryOperator.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToFltFunction |
LDblUnaryOperator.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToFltFunction |
LDblPredicate.boolToDblToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LDblSupplier.toFltSup(LDblToFltFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.