| Modifier and Type | Class and Description |
|---|---|
static class |
LCharToDblFunction.LCharToDblFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LCharToDblFunction |
LCharToDblFunction.charToDblFunc(LCharToDblFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToDblFunction |
LCharToDblFunction.charToDblFuncThrowing(ExF<Throwable> exF) |
static LCharToDblFunction |
LCharToDblFunction.charToDblFuncThrowing(String message,
ExMF<Throwable> exF) |
default LCharToDblFunction |
LCharToDblFunction.compose(LCharUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LCharToDblFunction |
LCharToDblFunction.composed(LCharUnaryOperator before,
LCharToDblFunction after) |
static LCharToDblFunction |
LCharToDblFunction.constant(double r)
Creates function that always returns the same value.
|
static LCharToDblFunction |
LCharToDblFunction.failSafe(LCharToDblFunction func,
LCharToDblFunction failSafe) |
default LCharToDblFunction |
LCharToDblFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToDblFunction |
LCharToDblFunction.recursive(LFunction<LCharToDblFunction,LCharToDblFunction> selfLambda) |
static LCharToDblFunction |
LCharToDblFunction.safe()
Safe instance.
|
static LCharToDblFunction |
LCharToDblFunction.safe(LCharToDblFunction other)
Safe wrapping.
|
default LCharToDblFunction |
LCharToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LCharToDblFunction |
LCharToDblFunction.thenToDbl(LDblUnaryOperator after)
Combines two functions together in a order.
|
default LCharToDblFunction |
LCharToFltFunction.thenToDbl(LFltToDblFunction after)
Combines two functions together in a order.
|
default LCharToDblFunction |
LCharToIntFunction.thenToDbl(LIntToDblFunction after)
Combines two functions together in a order.
|
default LCharToDblFunction |
LCharToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LCharToDblFunction |
LCharToSrtFunction.thenToDbl(LSrtToDblFunction after)
Combines two functions together in a order.
|
default LCharToDblFunction |
LCharToDblFunction.trying(ExWF<RuntimeException> exF) |
default LCharToDblFunction |
LCharToDblFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LCharToDblFunction |
LCharToDblFunction.tryingThen(LToDblFunction<Throwable> handler) |
LCharToDblFunction |
LCharToDblFunction.LCharToDblFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LCharToDblFunction> |
LCharToDblFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LCharToDblFunction> |
LCharToDblFunction.safeSupplier(LSupplier<LCharToDblFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
LCharToDblFunction.call(char a,
LCharToDblFunction lambda) |
static LCharToDblFunction |
LCharToDblFunction.charToDblFunc(LCharToDblFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToDblFunction |
LCharToDblFunction.composed(LCharUnaryOperator before,
LCharToDblFunction after) |
static <V> LToDblFunction<V> |
LCharToDblFunction.composed(LToCharFunction<? super V> before,
LCharToDblFunction after) |
static LCharToDblFunction |
LCharToDblFunction.failSafe(LCharToDblFunction func,
LCharToDblFunction failSafe) |
default double |
LCharToDblFunction.failSafeApplyAsDbl(char a,
LCharToDblFunction failSafe) |
static double |
LCharToDblFunction.failSafeApplyAsDbl(char a,
LCharToDblFunction func,
LCharToDblFunction failSafe) |
static void |
LCharToDblFunction.fromTill(int min_i,
int max_i,
char a,
LCharToDblFunction func)
From-To.
|
static void |
LCharToDblFunction.fromTo(int min_i,
int max_i,
char a,
LCharToDblFunction func)
From-To.
|
static double |
LCharToDblFunction.handlingApplyAsDbl(char a,
LCharToDblFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToDblFunction |
LCharToDblFunction.safe(LCharToDblFunction other)
Safe wrapping.
|
default LSrtToDblFunction |
LSrtToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LLongToDblFunction |
LLongToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LIntToDblFunction |
LIntToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LFltToDblFunction |
LFltToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LDblUnaryOperator |
LDblToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LByteToDblFunction |
LByteToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LBoolToDblFunction |
LBoolToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
static void |
LCharToDblFunction.times(int max_i,
char a,
LCharToDblFunction func)
From-To.
|
static double |
LCharToDblFunction.tryApplyAsDbl(char a,
LCharToDblFunction func) |
static double |
LCharToDblFunction.tryApplyAsDbl(char a,
LCharToDblFunction func,
ExWF<RuntimeException> exF) |
static double |
LCharToDblFunction.tryApplyAsDbl(char a,
LCharToDblFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static double |
LCharToDblFunction.tryApplyAsDblThen(char a,
LCharToDblFunction func,
LToDblFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LCharToDblFunction |
LCharToDblFunction.recursive(LFunction<LCharToDblFunction,LCharToDblFunction> selfLambda) |
static LCharToDblFunction |
LCharToDblFunction.recursive(LFunction<LCharToDblFunction,LCharToDblFunction> selfLambda) |
static LSupplier<LCharToDblFunction> |
LCharToDblFunction.safeSupplier(LSupplier<LCharToDblFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToDblFunction |
LCharFunction.thenToDbl(LToDblFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToDblFunction<T> |
LToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LToDblBiFunction<T1,T2> |
LToCharBiFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LOiToDblFunction<T> |
LOiToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToDblFunction |
LCharUnaryOperator.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToDblFunction |
LCharUnaryOperator.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToDblFunction |
LCharPredicate.boolToCharToDblFunc(LBoolToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblSupplier |
LCharSupplier.toDblSup(LCharToDblFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.