| Modifier and Type | Class and Description |
|---|---|
static class |
LLongToFltFunction.LLongToFltFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LLongToFltFunction |
LLongToFltFunction.compose(LLongUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LLongToFltFunction |
LLongToFltFunction.composed(LLongUnaryOperator before,
LLongToFltFunction after) |
static LLongToFltFunction |
LLongToFltFunction.constant(float r)
Creates function that always returns the same value.
|
static LLongToFltFunction |
LLongToFltFunction.failSafe(LLongToFltFunction func,
LLongToFltFunction failSafe) |
default LLongToFltFunction |
LLongToFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToFltFunction |
LLongToFltFunction.longToFltFunc(LLongToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToFltFunction |
LLongToFltFunction.longToFltFuncThrowing(ExF<Throwable> exF) |
static LLongToFltFunction |
LLongToFltFunction.longToFltFuncThrowing(String message,
ExMF<Throwable> exF) |
static LLongToFltFunction |
LLongToFltFunction.recursive(LFunction<LLongToFltFunction,LLongToFltFunction> selfLambda) |
static LLongToFltFunction |
LLongToFltFunction.safe()
Safe instance.
|
static LLongToFltFunction |
LLongToFltFunction.safe(LLongToFltFunction other)
Safe wrapping.
|
default LLongToFltFunction |
LLongToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToFltFunction.trying(ExWF<RuntimeException> exF) |
default LLongToFltFunction |
LLongToFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongToFltFunction |
LLongToFltFunction.tryingThen(LToFltFunction<Throwable> handler) |
LLongToFltFunction |
LLongToFltFunction.LLongToFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LLongToFltFunction> |
LLongToFltFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongToFltFunction> |
LLongToFltFunction.safeSupplier(LSupplier<LLongToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
LLongToFltFunction.call(long a,
LLongToFltFunction lambda) |
static LLongToFltFunction |
LLongToFltFunction.composed(LLongUnaryOperator before,
LLongToFltFunction after) |
static <V> LToFltFunction<V> |
LLongToFltFunction.composed(LToLongFunction<? super V> before,
LLongToFltFunction after) |
static LLongToFltFunction |
LLongToFltFunction.failSafe(LLongToFltFunction func,
LLongToFltFunction failSafe) |
default float |
LLongToFltFunction.failSafeApplyAsFlt(long a,
LLongToFltFunction failSafe) |
static float |
LLongToFltFunction.failSafeApplyAsFlt(long a,
LLongToFltFunction func,
LLongToFltFunction failSafe) |
static void |
LLongToFltFunction.fromTill(long min_a,
long max_a,
LLongToFltFunction func)
From-To.
|
static void |
LLongToFltFunction.fromTo(long min_a,
long max_a,
LLongToFltFunction func)
From-To.
|
static float |
LLongToFltFunction.handlingApplyAsFlt(long a,
LLongToFltFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToFltFunction |
LLongToFltFunction.longToFltFunc(LLongToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToFltFunction |
LLongToFltFunction.safe(LLongToFltFunction other)
Safe wrapping.
|
default LSrtToFltFunction |
LSrtToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
static void |
LLongToFltFunction.times(long max_a,
LLongToFltFunction func)
From-To.
|
static float |
LLongToFltFunction.tryApplyAsFlt(long a,
LLongToFltFunction func) |
static float |
LLongToFltFunction.tryApplyAsFlt(long a,
LLongToFltFunction func,
ExWF<RuntimeException> exF) |
static float |
LLongToFltFunction.tryApplyAsFlt(long a,
LLongToFltFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LLongToFltFunction.tryApplyAsFltThen(long a,
LLongToFltFunction func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LLongToFltFunction |
LLongToFltFunction.recursive(LFunction<LLongToFltFunction,LLongToFltFunction> selfLambda) |
static LLongToFltFunction |
LLongToFltFunction.recursive(LFunction<LLongToFltFunction,LLongToFltFunction> selfLambda) |
static LSupplier<LLongToFltFunction> |
LLongToFltFunction.safeSupplier(LSupplier<LLongToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToFltFunction |
LLongFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToFltFunction<T> |
LToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LToFltBiFunction<T1,T2> |
LToLongBiFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToFltFunction |
LLongUnaryOperator.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToFltFunction |
LLongUnaryOperator.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToFltFunction |
LLongPredicate.boolToLongToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LLongSupplier.toFltSup(LLongToFltFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.