| Modifier and Type | Method and Description |
|---|---|
default LFltConsumer |
LFltConsumer.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LFltConsumer |
LFltConsumer.composed(LFltUnaryOperator before,
LFltConsumer after) |
| Modifier and Type | Method and Description |
|---|---|
default LBiFltConsumer |
LBiFltConsumer.compose(LFltUnaryOperator before1,
LFltUnaryOperator before2)
Allows to manipulate the domain of the function.
|
default LFltIntConsumer |
LFltIntConsumer.compose(LFltUnaryOperator before1,
LIntUnaryOperator before2)
Allows to manipulate the domain of the function.
|
static LBiFltConsumer |
LBiFltConsumer.composed(LFltUnaryOperator before1,
LFltUnaryOperator before2,
LBiFltConsumer after) |
static LFltIntConsumer |
LFltIntConsumer.composed(LFltUnaryOperator before1,
LIntUnaryOperator before2,
LFltIntConsumer after) |
default LFltConsumer |
LBiFltConsumer.lShrink(LFltUnaryOperator left) |
static LFltConsumer |
LBiFltConsumer.lShrinked(LFltUnaryOperator left,
LBiFltConsumer func) |
default LFltConsumer |
LBiFltConsumer.rShrink(LFltUnaryOperator right) |
static LFltConsumer |
LBiFltConsumer.rShrinked(LFltUnaryOperator right,
LBiFltConsumer func) |
| Modifier and Type | Method and Description |
|---|---|
default <V1> LObjFltConsumer<V1> |
LObjFltConsumer.compose(LFunction<? super V1,? extends T> before1,
LFltUnaryOperator before2)
Allows to manipulate the domain of the function.
|
default <V1> LTieFltConsumer<V1> |
LTieFltConsumer.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiObjFltConsumer<V1,V2> |
LBiObjFltConsumer.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T> LObjFltConsumer<V1> |
LObjFltConsumer.composed(LFunction<? super V1,? extends T> before1,
LFltUnaryOperator before2,
LObjFltConsumer<T> after) |
static <V1,T> LTieFltConsumer<V1> |
LTieFltConsumer.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3,
LTieFltConsumer<T> after) |
static <V1,V2,T1,T2> |
LBiObjFltConsumer.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3,
LBiObjFltConsumer<T1,T2> after) |
| Modifier and Type | Method and Description |
|---|---|
default LFltUnaryOperator |
LFltToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltToSrtFunction |
LFltToSrtFunction.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
default LFltToLongFunction |
LFltToLongFunction.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
default LFltToIntFunction |
LFltToIntFunction.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
default LFltToDblFunction |
LFltToDblFunction.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
default LFltToCharFunction |
LFltToCharFunction.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
default LFltToByteFunction |
LFltToByteFunction.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LFltToByteFunction |
LFltToByteFunction.composed(LFltUnaryOperator before,
LFltToByteFunction after) |
static LFltToCharFunction |
LFltToCharFunction.composed(LFltUnaryOperator before,
LFltToCharFunction after) |
static LFltToDblFunction |
LFltToDblFunction.composed(LFltUnaryOperator before,
LFltToDblFunction after) |
static LFltToIntFunction |
LFltToIntFunction.composed(LFltUnaryOperator before,
LFltToIntFunction after) |
static LFltToLongFunction |
LFltToLongFunction.composed(LFltUnaryOperator before,
LFltToLongFunction after) |
static LFltToSrtFunction |
LFltToSrtFunction.composed(LFltUnaryOperator before,
LFltToSrtFunction after) |
default LSrtToFltFunction |
LSrtToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltUnaryOperator |
LFltFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltFunction<R> |
LFltFunction.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
default LBiFltFunction<R> |
LBiFltFunction.compose(LFltUnaryOperator before1,
LFltUnaryOperator before2)
Allows to manipulate the domain of the function.
|
default <V1> LObjFltFunction<V1,R> |
LObjFltFunction.compose(LFunction<? super V1,? extends T> before1,
LFltUnaryOperator before2)
Allows to manipulate the domain of the function.
|
default <V1> LObjIntFltFunction<V1,R> |
LObjIntFltFunction.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiObjFltFunction<V1,V2,R> |
LBiObjFltFunction.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <R> LFltFunction<R> |
LFltFunction.composed(LFltUnaryOperator before,
LFltFunction<R> after) |
static <R> LBiFltFunction<R> |
LBiFltFunction.composed(LFltUnaryOperator before1,
LFltUnaryOperator before2,
LBiFltFunction<R> after) |
static <V1,T,R> LObjFltFunction<V1,R> |
LObjFltFunction.composed(LFunction<? super V1,? extends T> before1,
LFltUnaryOperator before2,
LObjFltFunction<T,R> after) |
static <V1,T,R> LObjIntFltFunction<V1,R> |
LObjIntFltFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3,
LObjIntFltFunction<T,R> after) |
static <V1,V2,T1,T2,R> |
LBiObjFltFunction.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3,
LBiObjFltFunction<T1,T2,R> after) |
default LFltFunction<R> |
LBiFltFunction.lShrink(LFltUnaryOperator left) |
static <R> LFltFunction<R> |
LBiFltFunction.lShrinked(LFltUnaryOperator left,
LBiFltFunction<R> func) |
default LFltFunction<R> |
LBiFltFunction.rShrink(LFltUnaryOperator right) |
static <R> LFltFunction<R> |
LBiFltFunction.rShrinked(LFltUnaryOperator right,
LBiFltFunction<R> func) |
| Modifier and Type | Method and Description |
|---|---|
default <V1> LTieFltFunction<V1> |
LTieFltFunction.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T> LTieFltFunction<V1> |
LTieFltFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3,
LTieFltFunction<T> after) |
default LToFltFunction<T> |
LToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LToFltBiFunction<T1,T2> |
LToFltBiFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltUnaryOperator |
LFltBinaryOperator.lShrink(LFltUnaryOperator left) |
default LFltUnaryOperator |
LFltBinaryOperator.lShrinkc(float a1) |
static LFltUnaryOperator |
LFltBinaryOperator.lShrinked(LFltUnaryOperator left,
LFltBinaryOperator func) |
static LFltUnaryOperator |
LFltBinaryOperator.lShrinkedc(float a1,
LFltBinaryOperator func) |
default LFltUnaryOperator |
LFltBinaryOperator.rShrink(LFltUnaryOperator right) |
default LFltUnaryOperator |
LFltBinaryOperator.rShrinkc(float a2) |
static LFltUnaryOperator |
LFltBinaryOperator.rShrinked(LFltUnaryOperator right,
LFltBinaryOperator func) |
static LFltUnaryOperator |
LFltBinaryOperator.rShrinkedc(float a2,
LFltBinaryOperator func) |
| Modifier and Type | Method and Description |
|---|---|
static LFltBinaryOperator |
LFltBinaryOperator.apply1stAsFlt(LFltUnaryOperator func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LFltBinaryOperator |
LFltBinaryOperator.apply2ndAsFlt(LFltUnaryOperator func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LFltBinaryOperator |
LFltBinaryOperator.compose(LFltUnaryOperator before1,
LFltUnaryOperator before2)
Allows to manipulate the domain of the function.
|
static LFltBinaryOperator |
LFltBinaryOperator.composed(LFltUnaryOperator before1,
LFltUnaryOperator before2,
LFltBinaryOperator after) |
default LFltUnaryOperator |
LFltBinaryOperator.lShrink(LFltUnaryOperator left) |
static LFltUnaryOperator |
LFltBinaryOperator.lShrinked(LFltUnaryOperator left,
LFltBinaryOperator func) |
default LFltUnaryOperator |
LFltBinaryOperator.rShrink(LFltUnaryOperator right) |
static LFltUnaryOperator |
LFltBinaryOperator.rShrinked(LFltUnaryOperator right,
LFltBinaryOperator func) |
default LFltBinaryOperator |
LFltBinaryOperator.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static LFltBinaryOperator |
LFltBinaryOperator.uncurry(LFltFunction<LFltUnaryOperator> func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LFltUnaryOperator.LFltUnaryOperatorSingle |
| Modifier and Type | Method and Description |
|---|---|
default LFltUnaryOperator |
LFltUnaryOperator.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LFltUnaryOperator |
LFltUnaryOperator.composed(LFltUnaryOperator before,
LFltUnaryOperator after) |
static LFltUnaryOperator |
LFltUnaryOperator.constant(float r)
Creates function that always returns the same value.
|
static LFltUnaryOperator |
LFltUnaryOperator.failSafe(LFltUnaryOperator func,
LFltUnaryOperator failSafe) |
static LFltUnaryOperator |
LFltUnaryOperator.fltUnaryOp(LFltUnaryOperator lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LFltUnaryOperator |
LFltUnaryOperator.fltUnaryOpThrowing(ExF<Throwable> exF) |
static LFltUnaryOperator |
LFltUnaryOperator.fltUnaryOpThrowing(String message,
ExMF<Throwable> exF) |
default LFltUnaryOperator |
LFltUnaryOperator.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LFltUnaryOperator |
LFltUnaryOperator.identity()
Returns a function that always returns its input argument.
|
static LFltUnaryOperator |
LFltUnaryOperator.recursive(LFunction<LFltUnaryOperator,LFltUnaryOperator> selfLambda) |
static LFltUnaryOperator |
LFltUnaryOperator.safe()
Safe instance.
|
static LFltUnaryOperator |
LFltUnaryOperator.safe(LFltUnaryOperator other)
Safe wrapping.
|
default LFltUnaryOperator |
LFltUnaryOperator.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltUnaryOperator.trying(ExWF<RuntimeException> exF) |
default LFltUnaryOperator |
LFltUnaryOperator.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LFltUnaryOperator |
LFltUnaryOperator.tryingThen(LToFltFunction<Throwable> handler) |
LFltUnaryOperator |
LFltUnaryOperator.LFltUnaryOperatorSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LFltUnaryOperator> |
LFltUnaryOperator.safeSupplier()
Safe instance supplier.
|
static LSupplier<LFltUnaryOperator> |
LFltUnaryOperator.safeSupplier(LSupplier<LFltUnaryOperator> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
LFltUnaryOperator.call(float a,
LFltUnaryOperator lambda) |
default LFltUnaryOperator |
LFltUnaryOperator.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LFltUnaryOperator |
LFltUnaryOperator.composed(LFltUnaryOperator before,
LFltUnaryOperator after) |
static <V> LToFltFunction<V> |
LFltUnaryOperator.composed(LToFltFunction<? super V> before,
LFltUnaryOperator after) |
static LFltUnaryOperator |
LFltUnaryOperator.failSafe(LFltUnaryOperator func,
LFltUnaryOperator failSafe) |
default float |
LFltUnaryOperator.failSafeApplyAsFlt(float a,
LFltUnaryOperator failSafe) |
static float |
LFltUnaryOperator.failSafeApplyAsFlt(float a,
LFltUnaryOperator func,
LFltUnaryOperator failSafe) |
static LFltUnaryOperator |
LFltUnaryOperator.fltUnaryOp(LFltUnaryOperator lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static void |
LFltUnaryOperator.fromTill(int min_i,
int max_i,
float a,
LFltUnaryOperator func)
From-To.
|
static void |
LFltUnaryOperator.fromTo(int min_i,
int max_i,
float a,
LFltUnaryOperator func)
From-To.
|
static float |
LFltUnaryOperator.handlingApplyAsFlt(float a,
LFltUnaryOperator func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LFltUnaryOperator |
LFltUnaryOperator.safe(LFltUnaryOperator other)
Safe wrapping.
|
default LFltUnaryOperator |
LFltUnaryOperator.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
static void |
LFltUnaryOperator.times(int max_i,
float a,
LFltUnaryOperator func)
From-To.
|
static float |
LFltUnaryOperator.tryApplyAsFlt(float a,
LFltUnaryOperator func) |
static float |
LFltUnaryOperator.tryApplyAsFlt(float a,
LFltUnaryOperator func,
ExWF<RuntimeException> exF) |
static float |
LFltUnaryOperator.tryApplyAsFlt(float a,
LFltUnaryOperator func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LFltUnaryOperator.tryApplyAsFltThen(float a,
LFltUnaryOperator func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LFltUnaryOperator |
LFltUnaryOperator.recursive(LFunction<LFltUnaryOperator,LFltUnaryOperator> selfLambda) |
static LFltUnaryOperator |
LFltUnaryOperator.recursive(LFunction<LFltUnaryOperator,LFltUnaryOperator> selfLambda) |
static LSupplier<LFltUnaryOperator> |
LFltUnaryOperator.safeSupplier(LSupplier<LFltUnaryOperator> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltUnaryOperator |
LFltPredicate.boolToFltUnaryOp(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltPredicate |
LFltPredicate.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
default LBiFltPredicate |
LBiFltPredicate.compose(LFltUnaryOperator before1,
LFltUnaryOperator before2)
Allows to manipulate the domain of the function.
|
default LFltIntPredicate |
LFltIntPredicate.compose(LFltUnaryOperator before1,
LIntUnaryOperator before2)
Allows to manipulate the domain of the function.
|
default <V1> LObjFltPredicate<V1> |
LObjFltPredicate.compose(LFunction<? super V1,? extends T> before1,
LFltUnaryOperator before2)
Allows to manipulate the domain of the function.
|
default <V1> LObjIntFltPredicate<V1> |
LObjIntFltPredicate.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiObjFltPredicate<V1,V2> |
LBiObjFltPredicate.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static LFltPredicate |
LFltPredicate.composed(LFltUnaryOperator before,
LFltPredicate after) |
static LBiFltPredicate |
LBiFltPredicate.composed(LFltUnaryOperator before1,
LFltUnaryOperator before2,
LBiFltPredicate after) |
static LFltIntPredicate |
LFltIntPredicate.composed(LFltUnaryOperator before1,
LIntUnaryOperator before2,
LFltIntPredicate after) |
static <V1,T> LObjFltPredicate<V1> |
LObjFltPredicate.composed(LFunction<? super V1,? extends T> before1,
LFltUnaryOperator before2,
LObjFltPredicate<T> after) |
static <V1,T> LObjIntFltPredicate<V1> |
LObjIntFltPredicate.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3,
LObjIntFltPredicate<T> after) |
static <V1,V2,T1,T2> |
LBiObjFltPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3,
LBiObjFltPredicate<T1,T2> after) |
default LFltPredicate |
LBiFltPredicate.lShrink(LFltUnaryOperator left) |
static LFltPredicate |
LBiFltPredicate.lShrinked(LFltUnaryOperator left,
LBiFltPredicate func) |
default LFltPredicate |
LBiFltPredicate.rShrink(LFltUnaryOperator right) |
static LFltPredicate |
LBiFltPredicate.rShrinked(LFltUnaryOperator right,
LBiFltPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LFltSupplier.toFltSup(LFltUnaryOperator after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.