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