| Modifier and Type | Method and Description |
|---|---|
default LFltConsumer |
LFltIntConsumer.rShrink(LFltToIntFunction right) |
static LFltConsumer |
LFltIntConsumer.rShrinked(LFltToIntFunction right,
LFltIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LFltToIntFunction.LFltToIntFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LFltToIntFunction |
LFltToIntFunction.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LFltToIntFunction |
LFltToIntFunction.composed(LFltUnaryOperator before,
LFltToIntFunction after) |
static LFltToIntFunction |
LFltToIntFunction.constant(int r)
Creates function that always returns the same value.
|
static LFltToIntFunction |
LFltToIntFunction.failSafe(LFltToIntFunction func,
LFltToIntFunction failSafe) |
static LFltToIntFunction |
LFltToIntFunction.fltToIntFunc(LFltToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LFltToIntFunction |
LFltToIntFunction.fltToIntFuncThrowing(ExF<Throwable> exF) |
static LFltToIntFunction |
LFltToIntFunction.fltToIntFuncThrowing(String message,
ExMF<Throwable> exF) |
default LFltToIntFunction |
LFltToIntFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LFltToIntFunction |
LFltToIntFunction.recursive(LFunction<LFltToIntFunction,LFltToIntFunction> selfLambda) |
static LFltToIntFunction |
LFltToIntFunction.safe()
Safe instance.
|
static LFltToIntFunction |
LFltToIntFunction.safe(LFltToIntFunction other)
Safe wrapping.
|
default LFltToIntFunction |
LFltToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToIntFunction.thenToInt(LIntUnaryOperator after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToIntFunction.trying(ExWF<RuntimeException> exF) |
default LFltToIntFunction |
LFltToIntFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LFltToIntFunction |
LFltToIntFunction.tryingThen(LToIntFunction<Throwable> handler) |
LFltToIntFunction |
LFltToIntFunction.LFltToIntFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LFltToIntFunction> |
LFltToIntFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LFltToIntFunction> |
LFltToIntFunction.safeSupplier(LSupplier<LFltToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LFltToIntFunction.call(float a,
LFltToIntFunction lambda) |
static LFltToIntFunction |
LFltToIntFunction.composed(LFltUnaryOperator before,
LFltToIntFunction after) |
static <V> LToIntFunction<V> |
LFltToIntFunction.composed(LToFltFunction<? super V> before,
LFltToIntFunction after) |
static LFltToIntFunction |
LFltToIntFunction.failSafe(LFltToIntFunction func,
LFltToIntFunction failSafe) |
default int |
LFltToIntFunction.failSafeApplyAsInt(float a,
LFltToIntFunction failSafe) |
static int |
LFltToIntFunction.failSafeApplyAsInt(float a,
LFltToIntFunction func,
LFltToIntFunction failSafe) |
static LFltToIntFunction |
LFltToIntFunction.fltToIntFunc(LFltToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static void |
LFltToIntFunction.fromTill(int min_i,
int max_i,
float a,
LFltToIntFunction func)
From-To.
|
static void |
LFltToIntFunction.fromTo(int min_i,
int max_i,
float a,
LFltToIntFunction func)
From-To.
|
static int |
LFltToIntFunction.handlingApplyAsInt(float a,
LFltToIntFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LFltToIntFunction |
LFltToIntFunction.safe(LFltToIntFunction other)
Safe wrapping.
|
default LSrtToIntFunction |
LSrtToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LIntUnaryOperator |
LIntToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
static void |
LFltToIntFunction.times(int max_i,
float a,
LFltToIntFunction func)
From-To.
|
static int |
LFltToIntFunction.tryApplyAsInt(float a,
LFltToIntFunction func) |
static int |
LFltToIntFunction.tryApplyAsInt(float a,
LFltToIntFunction func,
ExWF<RuntimeException> exF) |
static int |
LFltToIntFunction.tryApplyAsInt(float a,
LFltToIntFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static int |
LFltToIntFunction.tryApplyAsIntThen(float a,
LFltToIntFunction func,
LToIntFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LFltToIntFunction |
LFltToIntFunction.recursive(LFunction<LFltToIntFunction,LFltToIntFunction> selfLambda) |
static LFltToIntFunction |
LFltToIntFunction.recursive(LFunction<LFltToIntFunction,LFltToIntFunction> selfLambda) |
static LSupplier<LFltToIntFunction> |
LFltToIntFunction.safeSupplier(LSupplier<LFltToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltToIntFunction |
LFltFunction.thenToInt(LToIntFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieFltFunction<T> |
LTieFltFunction.apply3rdAsInt(LFltToIntFunction func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LToIntFunction<T> |
LToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LToIntBiFunction<T1,T2> |
LToFltBiFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LOiToIntFunction<T> |
LOiToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieFltFunction<T> |
LTieFltFunction.uncurry(LFunction<T,LIntFunction<LFltToIntFunction>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LFltToIntFunction |
LFltUnaryOperator.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltToIntFunction |
LFltUnaryOperator.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltToIntFunction |
LFltPredicate.boolToFltToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltPredicate |
LFltIntPredicate.rShrink(LFltToIntFunction right) |
static LFltPredicate |
LFltIntPredicate.rShrinked(LFltToIntFunction right,
LFltIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntSupplier |
LFltSupplier.toIntSup(LFltToIntFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.