| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LBoolToFltFunction.capture(boolean a)
Captures arguments but delays the evaluation.
|
default LFltSupplier |
LByteToFltFunction.capture(byte a)
Captures arguments but delays the evaluation.
|
default LFltSupplier |
LCharToFltFunction.capture(char a)
Captures arguments but delays the evaluation.
|
default LFltSupplier |
LDblToFltFunction.capture(double a)
Captures arguments but delays the evaluation.
|
default LFltSupplier |
LIntToFltFunction.capture(int a)
Captures arguments but delays the evaluation.
|
default LFltSupplier |
LLongToFltFunction.capture(long a)
Captures arguments but delays the evaluation.
|
default LFltSupplier |
LSrtToFltFunction.capture(short a)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LToFltFunction.capture(T a)
Captures arguments but delays the evaluation.
|
default LFltSupplier |
LToFltBiFunction.capture(T1 a1,
T2 a2)
Captures arguments but delays the evaluation.
|
default LFltSupplier |
LOiToFltFunction.capture(T a1,
int a2)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LFltBinaryOperator.capture(float a1,
float a2)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LFltUnaryOperator.capture(float a)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LFltSupplier.LFltSupplierSingle |
| Modifier and Type | Method and Description |
|---|---|
static LFltSupplier |
LFltSupplier.failSafe(LFltSupplier func,
LFltSupplier failSafe) |
static LFltSupplier |
LFltSupplier.fltSup(LFltSupplier lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LFltSupplier |
LFltSupplier.fltSupThrowing(ExF<Throwable> exF) |
static LFltSupplier |
LFltSupplier.fltSupThrowing(String message,
ExMF<Throwable> exF) |
default LFltSupplier |
LFltSupplier.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LFltSupplier |
LFltSupplier.of(float r)
Creates function that always returns the same value.
|
static LFltSupplier |
LFltSupplier.recursive(LFunction<LFltSupplier,LFltSupplier> selfLambda) |
static LFltSupplier |
LFltSupplier.safe()
Safe instance.
|
static LFltSupplier |
LFltSupplier.safe(LFltSupplier other)
Safe wrapping.
|
default LFltSupplier |
LBoolSupplier.toFltSup(LBoolToFltFunction after)
Combines two functions together in a order.
|
default LFltSupplier |
LByteSupplier.toFltSup(LByteToFltFunction after)
Combines two functions together in a order.
|
default LFltSupplier |
LCharSupplier.toFltSup(LCharToFltFunction after)
Combines two functions together in a order.
|
default LFltSupplier |
LDblSupplier.toFltSup(LDblToFltFunction after)
Combines two functions together in a order.
|
default LFltSupplier |
LFltSupplier.toFltSup(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LFltSupplier |
LIntSupplier.toFltSup(LIntToFltFunction after)
Combines two functions together in a order.
|
default LFltSupplier |
LLongSupplier.toFltSup(LLongToFltFunction after)
Combines two functions together in a order.
|
default LFltSupplier |
LSrtSupplier.toFltSup(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LFltSupplier |
LSupplier.toFltSup(LToFltFunction<? super T> after)
Combines two functions together in a order.
|
default LFltSupplier |
LFltSupplier.trying(ExWF<RuntimeException> exF) |
default LFltSupplier |
LFltSupplier.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LFltSupplier |
LFltSupplier.tryingThen(LToFltFunction<Throwable> handler) |
LFltSupplier |
LFltSupplier.LFltSupplierSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LFltSupplier> |
LFltSupplier.safeSupplier()
Safe instance supplier.
|
static LSupplier<LFltSupplier> |
LFltSupplier.safeSupplier(LSupplier<LFltSupplier> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
LFltSupplier.call(LFltSupplier lambda) |
static LFltSupplier |
LFltSupplier.failSafe(LFltSupplier func,
LFltSupplier failSafe) |
default float |
LFltSupplier.failSafeGetAsFlt(LFltSupplier failSafe) |
static float |
LFltSupplier.failSafeGetAsFlt(LFltSupplier func,
LFltSupplier failSafe) |
static LFltSupplier |
LFltSupplier.fltSup(LFltSupplier lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static void |
LFltSupplier.fromTill(int min_i,
int max_i,
LFltSupplier func)
From-To.
|
static void |
LFltSupplier.fromTo(int min_i,
int max_i,
LFltSupplier func)
From-To.
|
static float |
LFltSupplier.handlingGetAsFlt(LFltSupplier func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LFltSupplier |
LFltSupplier.safe(LFltSupplier other)
Safe wrapping.
|
static void |
LFltSupplier.times(int max_i,
LFltSupplier func)
From-To.
|
static float |
LFltSupplier.tryGetAsFlt(LFltSupplier func) |
static float |
LFltSupplier.tryGetAsFlt(LFltSupplier func,
ExWF<RuntimeException> exF) |
static float |
LFltSupplier.tryGetAsFlt(LFltSupplier func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LFltSupplier.tryGetAsFltThen(LFltSupplier func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LFltSupplier |
LFltSupplier.recursive(LFunction<LFltSupplier,LFltSupplier> selfLambda) |
static LFltSupplier |
LFltSupplier.recursive(LFunction<LFltSupplier,LFltSupplier> selfLambda) |
static LSupplier<LFltSupplier> |
LFltSupplier.safeSupplier(LSupplier<LFltSupplier> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.