| Modifier and Type | Class and Description |
|---|---|
static class |
LByteToDblFunction.LByteToDblFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LByteToDblFunction |
LByteToDblFunction.byteToDblFunc(LByteToDblFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LByteToDblFunction |
LByteToDblFunction.byteToDblFuncThrowing(ExF<Throwable> exF) |
static LByteToDblFunction |
LByteToDblFunction.byteToDblFuncThrowing(String message,
ExMF<Throwable> exF) |
default LByteToDblFunction |
LByteToDblFunction.compose(LByteUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LByteToDblFunction |
LByteToDblFunction.composed(LByteUnaryOperator before,
LByteToDblFunction after) |
static LByteToDblFunction |
LByteToDblFunction.constant(double r)
Creates function that always returns the same value.
|
static LByteToDblFunction |
LByteToDblFunction.failSafe(LByteToDblFunction func,
LByteToDblFunction failSafe) |
default LByteToDblFunction |
LByteToDblFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteToDblFunction |
LByteToDblFunction.recursive(LFunction<LByteToDblFunction,LByteToDblFunction> selfLambda) |
static LByteToDblFunction |
LByteToDblFunction.safe()
Safe instance.
|
static LByteToDblFunction |
LByteToDblFunction.safe(LByteToDblFunction other)
Safe wrapping.
|
default LByteToDblFunction |
LByteToCharFunction.thenToDbl(LCharToDblFunction after)
Combines two functions together in a order.
|
default LByteToDblFunction |
LByteToDblFunction.thenToDbl(LDblUnaryOperator after)
Combines two functions together in a order.
|
default LByteToDblFunction |
LByteToFltFunction.thenToDbl(LFltToDblFunction after)
Combines two functions together in a order.
|
default LByteToDblFunction |
LByteToIntFunction.thenToDbl(LIntToDblFunction after)
Combines two functions together in a order.
|
default LByteToDblFunction |
LByteToLongFunction.thenToDbl(LLongToDblFunction after)
Combines two functions together in a order.
|
default LByteToDblFunction |
LByteToSrtFunction.thenToDbl(LSrtToDblFunction after)
Combines two functions together in a order.
|
default LByteToDblFunction |
LByteToDblFunction.trying(ExWF<RuntimeException> exF) |
default LByteToDblFunction |
LByteToDblFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LByteToDblFunction |
LByteToDblFunction.tryingThen(LToDblFunction<Throwable> handler) |
LByteToDblFunction |
LByteToDblFunction.LByteToDblFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LByteToDblFunction> |
LByteToDblFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LByteToDblFunction> |
LByteToDblFunction.safeSupplier(LSupplier<LByteToDblFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LByteToDblFunction |
LByteToDblFunction.byteToDblFunc(LByteToDblFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static double |
LByteToDblFunction.call(byte a,
LByteToDblFunction lambda) |
static LByteToDblFunction |
LByteToDblFunction.composed(LByteUnaryOperator before,
LByteToDblFunction after) |
static <V> LToDblFunction<V> |
LByteToDblFunction.composed(LToByteFunction<? super V> before,
LByteToDblFunction after) |
static LByteToDblFunction |
LByteToDblFunction.failSafe(LByteToDblFunction func,
LByteToDblFunction failSafe) |
default double |
LByteToDblFunction.failSafeApplyAsDbl(byte a,
LByteToDblFunction failSafe) |
static double |
LByteToDblFunction.failSafeApplyAsDbl(byte a,
LByteToDblFunction func,
LByteToDblFunction failSafe) |
static void |
LByteToDblFunction.fromTill(int min_i,
int max_i,
byte a,
LByteToDblFunction func)
From-To.
|
static void |
LByteToDblFunction.fromTo(int min_i,
int max_i,
byte a,
LByteToDblFunction func)
From-To.
|
static double |
LByteToDblFunction.handlingApplyAsDbl(byte a,
LByteToDblFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteToDblFunction |
LByteToDblFunction.safe(LByteToDblFunction other)
Safe wrapping.
|
default LSrtToDblFunction |
LSrtToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LLongToDblFunction |
LLongToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LIntToDblFunction |
LIntToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LFltToDblFunction |
LFltToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LDblUnaryOperator |
LDblToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LCharToDblFunction |
LCharToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LBoolToDblFunction |
LBoolToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
static void |
LByteToDblFunction.times(int max_i,
byte a,
LByteToDblFunction func)
From-To.
|
static double |
LByteToDblFunction.tryApplyAsDbl(byte a,
LByteToDblFunction func) |
static double |
LByteToDblFunction.tryApplyAsDbl(byte a,
LByteToDblFunction func,
ExWF<RuntimeException> exF) |
static double |
LByteToDblFunction.tryApplyAsDbl(byte a,
LByteToDblFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static double |
LByteToDblFunction.tryApplyAsDblThen(byte a,
LByteToDblFunction func,
LToDblFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LByteToDblFunction |
LByteToDblFunction.recursive(LFunction<LByteToDblFunction,LByteToDblFunction> selfLambda) |
static LByteToDblFunction |
LByteToDblFunction.recursive(LFunction<LByteToDblFunction,LByteToDblFunction> selfLambda) |
static LSupplier<LByteToDblFunction> |
LByteToDblFunction.safeSupplier(LSupplier<LByteToDblFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToDblFunction |
LByteFunction.thenToDbl(LToDblFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToDblFunction<T> |
LToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LToDblBiFunction<T1,T2> |
LToByteBiFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
default LOiToDblFunction<T> |
LOiToByteFunction.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToDblFunction |
LByteUnaryOperator.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToDblFunction |
LByteUnaryOperator.thenToDbl(LByteToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToDblFunction |
LBytePredicate.boolToByteToDblFunc(LBoolToDblFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblSupplier |
LByteSupplier.toDblSup(LByteToDblFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.