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