| Modifier and Type | Method and Description |
|---|---|
default LDblConsumer |
LDblIntConsumer.rShrink(LDblToIntFunction right) |
static LDblConsumer |
LDblIntConsumer.rShrinked(LDblToIntFunction right,
LDblIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LDblToIntFunction.LDblToIntFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LDblToIntFunction |
LDblToIntFunction.compose(LDblUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LDblToIntFunction |
LDblToIntFunction.composed(LDblUnaryOperator before,
LDblToIntFunction after) |
static LDblToIntFunction |
LDblToIntFunction.constant(int r)
Creates function that always returns the same value.
|
static LDblToIntFunction |
LDblToIntFunction.dblToIntFunc(LDblToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LDblToIntFunction |
LDblToIntFunction.dblToIntFuncThrowing(ExF<Throwable> exF) |
static LDblToIntFunction |
LDblToIntFunction.dblToIntFuncThrowing(String message,
ExMF<Throwable> exF) |
static LDblToIntFunction |
LDblToIntFunction.failSafe(LDblToIntFunction func,
LDblToIntFunction failSafe) |
default LDblToIntFunction |
LDblToIntFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LDblToIntFunction |
LDblToIntFunction.recursive(LFunction<LDblToIntFunction,LDblToIntFunction> selfLambda) |
static LDblToIntFunction |
LDblToIntFunction.safe()
Safe instance.
|
static LDblToIntFunction |
LDblToIntFunction.safe(LDblToIntFunction other)
Safe wrapping.
|
default LDblToIntFunction |
LDblToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToIntFunction.thenToInt(LIntUnaryOperator after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToIntFunction.trying(ExWF<RuntimeException> exF) |
default LDblToIntFunction |
LDblToIntFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LDblToIntFunction |
LDblToIntFunction.tryingThen(LToIntFunction<Throwable> handler) |
LDblToIntFunction |
LDblToIntFunction.LDblToIntFunctionSingle.value() |
static LDblToIntFunction |
LDblToIntFunction.wrap(java.util.function.DoubleToIntFunction other)
Wraps JRE instance.
|
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LDblToIntFunction> |
LDblToIntFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LDblToIntFunction> |
LDblToIntFunction.safeSupplier(LSupplier<LDblToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LDblToIntFunction.call(double a,
LDblToIntFunction lambda) |
static LDblToIntFunction |
LDblToIntFunction.composed(LDblUnaryOperator before,
LDblToIntFunction after) |
static <V> LToIntFunction<V> |
LDblToIntFunction.composed(LToDblFunction<? super V> before,
LDblToIntFunction after) |
static LDblToIntFunction |
LDblToIntFunction.dblToIntFunc(LDblToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LDblToIntFunction |
LDblToIntFunction.failSafe(LDblToIntFunction func,
LDblToIntFunction failSafe) |
default int |
LDblToIntFunction.failSafeApplyAsInt(double a,
LDblToIntFunction failSafe) |
static int |
LDblToIntFunction.failSafeApplyAsInt(double a,
LDblToIntFunction func,
LDblToIntFunction failSafe) |
static void |
LDblToIntFunction.fromTill(int min_i,
int max_i,
double a,
LDblToIntFunction func)
From-To.
|
static void |
LDblToIntFunction.fromTo(int min_i,
int max_i,
double a,
LDblToIntFunction func)
From-To.
|
static int |
LDblToIntFunction.handlingApplyAsInt(double a,
LDblToIntFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LDblToIntFunction |
LDblToIntFunction.safe(LDblToIntFunction other)
Safe wrapping.
|
default LSrtToIntFunction |
LSrtToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LIntUnaryOperator |
LIntToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
static void |
LDblToIntFunction.times(int max_i,
double a,
LDblToIntFunction func)
From-To.
|
static int |
LDblToIntFunction.tryApplyAsInt(double a,
LDblToIntFunction func) |
static int |
LDblToIntFunction.tryApplyAsInt(double a,
LDblToIntFunction func,
ExWF<RuntimeException> exF) |
static int |
LDblToIntFunction.tryApplyAsInt(double a,
LDblToIntFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static int |
LDblToIntFunction.tryApplyAsIntThen(double a,
LDblToIntFunction func,
LToIntFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LDblToIntFunction |
LDblToIntFunction.recursive(LFunction<LDblToIntFunction,LDblToIntFunction> selfLambda) |
static LDblToIntFunction |
LDblToIntFunction.recursive(LFunction<LDblToIntFunction,LDblToIntFunction> selfLambda) |
static LSupplier<LDblToIntFunction> |
LDblToIntFunction.safeSupplier(LSupplier<LDblToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToIntFunction |
LDblFunction.thenToInt(LToIntFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieDblFunction<T> |
LTieDblFunction.apply3rdAsInt(LDblToIntFunction func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LToIntFunction<T> |
LToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LToIntBiFunction<T1,T2> |
LToDblBiFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LOiToIntFunction<T> |
LOiToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieDblFunction<T> |
LTieDblFunction.uncurry(LFunction<T,LIntFunction<LDblToIntFunction>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LDblToIntFunction |
LDblUnaryOperator.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToIntFunction |
LDblUnaryOperator.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblToIntFunction |
LDblPredicate.boolToDblToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblPredicate |
LDblIntPredicate.rShrink(LDblToIntFunction right) |
static LDblPredicate |
LDblIntPredicate.rShrinked(LDblToIntFunction right,
LDblIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntSupplier |
LDblSupplier.toIntSup(LDblToIntFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.