| Modifier and Type | Class and Description |
|---|---|
static class |
LDblToSrtFunction.LDblToSrtFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LDblToSrtFunction |
LDblToSrtFunction.compose(LDblUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LDblToSrtFunction |
LDblToSrtFunction.composed(LDblUnaryOperator before,
LDblToSrtFunction after) |
static LDblToSrtFunction |
LDblToSrtFunction.constant(short r)
Creates function that always returns the same value.
|
static LDblToSrtFunction |
LDblToSrtFunction.dblToSrtFunc(LDblToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LDblToSrtFunction |
LDblToSrtFunction.dblToSrtFuncThrowing(ExF<Throwable> exF) |
static LDblToSrtFunction |
LDblToSrtFunction.dblToSrtFuncThrowing(String message,
ExMF<Throwable> exF) |
static LDblToSrtFunction |
LDblToSrtFunction.failSafe(LDblToSrtFunction func,
LDblToSrtFunction failSafe) |
default LDblToSrtFunction |
LDblToSrtFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LDblToSrtFunction |
LDblToSrtFunction.recursive(LFunction<LDblToSrtFunction,LDblToSrtFunction> selfLambda) |
static LDblToSrtFunction |
LDblToSrtFunction.safe()
Safe instance.
|
static LDblToSrtFunction |
LDblToSrtFunction.safe(LDblToSrtFunction other)
Safe wrapping.
|
default LDblToSrtFunction |
LDblToByteFunction.thenToSrt(LByteToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToFltFunction.thenToSrt(LFltToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToSrtFunction.thenToSrt(LSrtUnaryOperator after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToSrtFunction.trying(ExWF<RuntimeException> exF) |
default LDblToSrtFunction |
LDblToSrtFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LDblToSrtFunction |
LDblToSrtFunction.tryingThen(LToSrtFunction<Throwable> handler) |
LDblToSrtFunction |
LDblToSrtFunction.LDblToSrtFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LDblToSrtFunction> |
LDblToSrtFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LDblToSrtFunction> |
LDblToSrtFunction.safeSupplier(LSupplier<LDblToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static short |
LDblToSrtFunction.call(double a,
LDblToSrtFunction lambda) |
static LDblToSrtFunction |
LDblToSrtFunction.composed(LDblUnaryOperator before,
LDblToSrtFunction after) |
static <V> LToSrtFunction<V> |
LDblToSrtFunction.composed(LToDblFunction<? super V> before,
LDblToSrtFunction after) |
static LDblToSrtFunction |
LDblToSrtFunction.dblToSrtFunc(LDblToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LDblToSrtFunction |
LDblToSrtFunction.failSafe(LDblToSrtFunction func,
LDblToSrtFunction failSafe) |
default short |
LDblToSrtFunction.failSafeApplyAsSrt(double a,
LDblToSrtFunction failSafe) |
static short |
LDblToSrtFunction.failSafeApplyAsSrt(double a,
LDblToSrtFunction func,
LDblToSrtFunction failSafe) |
static void |
LDblToSrtFunction.fromTill(int min_i,
int max_i,
double a,
LDblToSrtFunction func)
From-To.
|
static void |
LDblToSrtFunction.fromTo(int min_i,
int max_i,
double a,
LDblToSrtFunction func)
From-To.
|
static short |
LDblToSrtFunction.handlingApplyAsSrt(double a,
LDblToSrtFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LDblToSrtFunction |
LDblToSrtFunction.safe(LDblToSrtFunction other)
Safe wrapping.
|
default LSrtUnaryOperator |
LSrtToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LFltToSrtFunction |
LFltToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LByteToSrtFunction |
LByteToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
static void |
LDblToSrtFunction.times(int max_i,
double a,
LDblToSrtFunction func)
From-To.
|
static short |
LDblToSrtFunction.tryApplyAsSrt(double a,
LDblToSrtFunction func) |
static short |
LDblToSrtFunction.tryApplyAsSrt(double a,
LDblToSrtFunction func,
ExWF<RuntimeException> exF) |
static short |
LDblToSrtFunction.tryApplyAsSrt(double a,
LDblToSrtFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static short |
LDblToSrtFunction.tryApplyAsSrtThen(double a,
LDblToSrtFunction func,
LToSrtFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LDblToSrtFunction |
LDblToSrtFunction.recursive(LFunction<LDblToSrtFunction,LDblToSrtFunction> selfLambda) |
static LDblToSrtFunction |
LDblToSrtFunction.recursive(LFunction<LDblToSrtFunction,LDblToSrtFunction> selfLambda) |
static LSupplier<LDblToSrtFunction> |
LDblToSrtFunction.safeSupplier(LSupplier<LDblToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToSrtFunction |
LDblFunction.thenToSrt(LToSrtFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToSrtFunction<T> |
LToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LToSrtBiFunction<T1,T2> |
LToDblBiFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LOiToSrtFunction<T> |
LOiToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToSrtFunction |
LDblUnaryOperator.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToSrtFunction |
LDblUnaryOperator.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToSrtFunction |
LDblPredicate.boolToDblToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtSupplier |
LDblSupplier.toSrtSup(LDblToSrtFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.