| Modifier and Type | Method and Description |
|---|---|
default LIntConsumer |
LFltIntConsumer.lShrink(LIntToFltFunction left) |
static LIntConsumer |
LFltIntConsumer.lShrinked(LIntToFltFunction left,
LFltIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LIntToFltFunction.LIntToFltFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LIntToFltFunction |
LIntToFltFunction.compose(LIntUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LIntToFltFunction |
LIntToFltFunction.composed(LIntUnaryOperator before,
LIntToFltFunction after) |
static LIntToFltFunction |
LIntToFltFunction.constant(float r)
Creates function that always returns the same value.
|
static LIntToFltFunction |
LIntToFltFunction.failSafe(LIntToFltFunction func,
LIntToFltFunction failSafe) |
default LIntToFltFunction |
LIntToFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntToFltFunction |
LIntToFltFunction.intToFltFunc(LIntToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntToFltFunction |
LIntToFltFunction.intToFltFuncThrowing(ExF<Throwable> exF) |
static LIntToFltFunction |
LIntToFltFunction.intToFltFuncThrowing(String message,
ExMF<Throwable> exF) |
static LIntToFltFunction |
LIntToFltFunction.recursive(LFunction<LIntToFltFunction,LIntToFltFunction> selfLambda) |
static LIntToFltFunction |
LIntToFltFunction.safe()
Safe instance.
|
static LIntToFltFunction |
LIntToFltFunction.safe(LIntToFltFunction other)
Safe wrapping.
|
default LIntToFltFunction |
LIntToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToFltFunction.trying(ExWF<RuntimeException> exF) |
default LIntToFltFunction |
LIntToFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LIntToFltFunction |
LIntToFltFunction.tryingThen(LToFltFunction<Throwable> handler) |
LIntToFltFunction |
LIntToFltFunction.LIntToFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LIntToFltFunction> |
LIntToFltFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LIntToFltFunction> |
LIntToFltFunction.safeSupplier(LSupplier<LIntToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
LIntToFltFunction.call(int a,
LIntToFltFunction lambda) |
static LIntToFltFunction |
LIntToFltFunction.composed(LIntUnaryOperator before,
LIntToFltFunction after) |
static <V> LToFltFunction<V> |
LIntToFltFunction.composed(LToIntFunction<? super V> before,
LIntToFltFunction after) |
static LIntToFltFunction |
LIntToFltFunction.failSafe(LIntToFltFunction func,
LIntToFltFunction failSafe) |
default float |
LIntToFltFunction.failSafeApplyAsFlt(int a,
LIntToFltFunction failSafe) |
static float |
LIntToFltFunction.failSafeApplyAsFlt(int a,
LIntToFltFunction func,
LIntToFltFunction failSafe) |
static void |
LIntToFltFunction.fromTill(int min_a,
int max_a,
LIntToFltFunction func)
From-To.
|
static void |
LIntToFltFunction.fromTo(int min_a,
int max_a,
LIntToFltFunction func)
From-To.
|
static float |
LIntToFltFunction.handlingApplyAsFlt(int a,
LIntToFltFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntToFltFunction |
LIntToFltFunction.intToFltFunc(LIntToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntToFltFunction |
LIntToFltFunction.safe(LIntToFltFunction other)
Safe wrapping.
|
default LSrtToFltFunction |
LSrtToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
static void |
LIntToFltFunction.times(int max_a,
LIntToFltFunction func)
From-To.
|
static float |
LIntToFltFunction.tryApplyAsFlt(int a,
LIntToFltFunction func) |
static float |
LIntToFltFunction.tryApplyAsFlt(int a,
LIntToFltFunction func,
ExWF<RuntimeException> exF) |
static float |
LIntToFltFunction.tryApplyAsFlt(int a,
LIntToFltFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LIntToFltFunction.tryApplyAsFltThen(int a,
LIntToFltFunction func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LIntToFltFunction |
LIntToFltFunction.recursive(LFunction<LIntToFltFunction,LIntToFltFunction> selfLambda) |
static LIntToFltFunction |
LIntToFltFunction.recursive(LFunction<LIntToFltFunction,LIntToFltFunction> selfLambda) |
static LSupplier<LIntToFltFunction> |
LIntToFltFunction.safeSupplier(LSupplier<LIntToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToFltFunction |
LIntFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToFltFunction |
LOiToFltFunction.lShrink(LIntFunction<T> left) |
default LIntToFltFunction |
LOiToFltFunction.lShrinkc(T a1) |
static <T> LIntToFltFunction |
LOiToFltFunction.lShrinked(LIntFunction<T> left,
LOiToFltFunction<T> func) |
static <T> LIntToFltFunction |
LOiToFltFunction.lShrinkedc(T a1,
LOiToFltFunction<T> func) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToFltFunction<T> |
LOiToFltFunction.apply2ndAsFlt(LIntToFltFunction func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LToFltFunction<T> |
LToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LToFltBiFunction<T1,T2> |
LToIntBiFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToFltFunction<T> |
LOiToFltFunction.uncurry(LFunction<T,LIntToFltFunction> func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntToFltFunction |
LIntUnaryOperator.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToFltFunction |
LIntUnaryOperator.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToFltFunction |
LIntPredicate.boolToIntToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LFltIntPredicate.lShrink(LIntToFltFunction left) |
static LIntPredicate |
LFltIntPredicate.lShrinked(LIntToFltFunction left,
LFltIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LIntSupplier.toFltSup(LIntToFltFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.