| Modifier and Type | Class and Description |
|---|---|
static class |
LLongToDblFunction.LLongToDblFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LLongToDblFunction |
LLongToDblFunction.compose(LLongUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LLongToDblFunction |
LLongToDblFunction.composed(LLongUnaryOperator before,
LLongToDblFunction after) |
static LLongToDblFunction |
LLongToDblFunction.constant(double r)
Creates function that always returns the same value.
|
static LLongToDblFunction |
LLongToDblFunction.failSafe(LLongToDblFunction func,
LLongToDblFunction failSafe) |
default LLongToDblFunction |
LLongToDblFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToDblFunction |
LLongToDblFunction.longToDblFunc(LLongToDblFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToDblFunction |
LLongToDblFunction.longToDblFuncThrowing(ExF<Throwable> exF) |
static LLongToDblFunction |
LLongToDblFunction.longToDblFuncThrowing(String message,
ExMF<Throwable> exF) |
static LLongToDblFunction |
LLongToDblFunction.recursive(LFunction<LLongToDblFunction,LLongToDblFunction> selfLambda) |
static LLongToDblFunction |
LLongToDblFunction.safe()
Safe instance.
|
static LLongToDblFunction |
LLongToDblFunction.safe(LLongToDblFunction other)
Safe wrapping.
|
default LLongToDblFunction |
LLongToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LLongToDblFunction |
LLongToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LLongToDblFunction |
LLongToDblFunction.thenToDbl(LDblUnaryOperator after)
Combines two functions together in a order.
|
default LLongToDblFunction |
LLongToFltFunction.thenToDbl(LFltToDblFunction after)
Combines two functions together in a order.
|
default LLongToDblFunction |
LLongToIntFunction.thenToDbl(LIntToDblFunction after)
Combines two functions together in a order.
|
default LLongToDblFunction |
LLongToSrtFunction.thenToDbl(LSrtToDblFunction after)
Combines two functions together in a order.
|
default LLongToDblFunction |
LLongToDblFunction.trying(ExWF<RuntimeException> exF) |
default LLongToDblFunction |
LLongToDblFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongToDblFunction |
LLongToDblFunction.tryingThen(LToDblFunction<Throwable> handler) |
LLongToDblFunction |
LLongToDblFunction.LLongToDblFunctionSingle.value() |
static LLongToDblFunction |
LLongToDblFunction.wrap(java.util.function.LongToDoubleFunction other)
Wraps JRE instance.
|
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LLongToDblFunction> |
LLongToDblFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongToDblFunction> |
LLongToDblFunction.safeSupplier(LSupplier<LLongToDblFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
LLongToDblFunction.call(long a,
LLongToDblFunction lambda) |
static LLongToDblFunction |
LLongToDblFunction.composed(LLongUnaryOperator before,
LLongToDblFunction after) |
static <V> LToDblFunction<V> |
LLongToDblFunction.composed(LToLongFunction<? super V> before,
LLongToDblFunction after) |
static LLongToDblFunction |
LLongToDblFunction.failSafe(LLongToDblFunction func,
LLongToDblFunction failSafe) |
default double |
LLongToDblFunction.failSafeApplyAsDbl(long a,
LLongToDblFunction failSafe) |
static double |
LLongToDblFunction.failSafeApplyAsDbl(long a,
LLongToDblFunction func,
LLongToDblFunction failSafe) |
static void |
LLongToDblFunction.fromTill(long min_a,
long max_a,
LLongToDblFunction func)
From-To.
|
static void |
LLongToDblFunction.fromTo(long min_a,
long max_a,
LLongToDblFunction func)
From-To.
|
static double |
LLongToDblFunction.handlingApplyAsDbl(long a,
LLongToDblFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToDblFunction |
LLongToDblFunction.longToDblFunc(LLongToDblFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToDblFunction |
LLongToDblFunction.safe(LLongToDblFunction other)
Safe wrapping.
|
default LSrtToDblFunction |
LSrtToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LIntToDblFunction |
LIntToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LFltToDblFunction |
LFltToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LDblUnaryOperator |
LDblToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LCharToDblFunction |
LCharToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LByteToDblFunction |
LByteToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LBoolToDblFunction |
LBoolToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
static void |
LLongToDblFunction.times(long max_a,
LLongToDblFunction func)
From-To.
|
static double |
LLongToDblFunction.tryApplyAsDbl(long a,
LLongToDblFunction func) |
static double |
LLongToDblFunction.tryApplyAsDbl(long a,
LLongToDblFunction func,
ExWF<RuntimeException> exF) |
static double |
LLongToDblFunction.tryApplyAsDbl(long a,
LLongToDblFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static double |
LLongToDblFunction.tryApplyAsDblThen(long a,
LLongToDblFunction func,
LToDblFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LLongToDblFunction |
LLongToDblFunction.recursive(LFunction<LLongToDblFunction,LLongToDblFunction> selfLambda) |
static LLongToDblFunction |
LLongToDblFunction.recursive(LFunction<LLongToDblFunction,LLongToDblFunction> selfLambda) |
static LSupplier<LLongToDblFunction> |
LLongToDblFunction.safeSupplier(LSupplier<LLongToDblFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToDblFunction |
LLongFunction.thenToDbl(LToDblFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToDblFunction<T> |
LToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LToDblBiFunction<T1,T2> |
LToLongBiFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LOiToDblFunction<T> |
LOiToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToDblFunction |
LLongUnaryOperator.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToDblFunction |
LLongUnaryOperator.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToDblFunction |
LLongPredicate.boolToLongToDblFunc(LBoolToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblSupplier |
LLongSupplier.toDblSup(LLongToDblFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.