| Modifier and Type | Method and Description |
|---|---|
default LLongSupplier |
LBoolToLongFunction.capture(boolean a)
Captures arguments but delays the evaluation.
|
default LLongSupplier |
LByteToLongFunction.capture(byte a)
Captures arguments but delays the evaluation.
|
default LLongSupplier |
LCharToLongFunction.capture(char a)
Captures arguments but delays the evaluation.
|
default LLongSupplier |
LDblToLongFunction.capture(double a)
Captures arguments but delays the evaluation.
|
default LLongSupplier |
LFltToLongFunction.capture(float a)
Captures arguments but delays the evaluation.
|
default LLongSupplier |
LIntToLongFunction.capture(int a)
Captures arguments but delays the evaluation.
|
default LLongSupplier |
LSrtToLongFunction.capture(short a)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongSupplier |
LToLongFunction.capture(T a)
Captures arguments but delays the evaluation.
|
default LLongSupplier |
LToLongBiFunction.capture(T1 a1,
T2 a2)
Captures arguments but delays the evaluation.
|
default LLongSupplier |
LOiToLongFunction.capture(T a1,
int a2)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongSupplier |
LLongBinaryOperator.capture(long a1,
long a2)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongSupplier |
LLongUnaryOperator.capture(long a)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LLongSupplier.LLongSupplierSingle |
| Modifier and Type | Method and Description |
|---|---|
static LLongSupplier |
LLongSupplier.failSafe(LLongSupplier func,
LLongSupplier failSafe) |
default LLongSupplier |
LLongSupplier.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongSupplier |
LLongSupplier.longSup(LLongSupplier lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongSupplier |
LLongSupplier.longSupThrowing(ExF<Throwable> exF) |
static LLongSupplier |
LLongSupplier.longSupThrowing(String message,
ExMF<Throwable> exF) |
static LLongSupplier |
LLongSupplier.of(long r)
Creates function that always returns the same value.
|
static LLongSupplier |
LLongSupplier.recursive(LFunction<LLongSupplier,LLongSupplier> selfLambda) |
static LLongSupplier |
LLongSupplier.safe()
Safe instance.
|
static LLongSupplier |
LLongSupplier.safe(LLongSupplier other)
Safe wrapping.
|
default LLongSupplier |
LBoolSupplier.toLongSup(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LLongSupplier |
LByteSupplier.toLongSup(LByteToLongFunction after)
Combines two functions together in a order.
|
default LLongSupplier |
LCharSupplier.toLongSup(LCharToLongFunction after)
Combines two functions together in a order.
|
default LLongSupplier |
LDblSupplier.toLongSup(LDblToLongFunction after)
Combines two functions together in a order.
|
default LLongSupplier |
LFltSupplier.toLongSup(LFltToLongFunction after)
Combines two functions together in a order.
|
default LLongSupplier |
LIntSupplier.toLongSup(LIntToLongFunction after)
Combines two functions together in a order.
|
default LLongSupplier |
LLongSupplier.toLongSup(LLongUnaryOperator after)
Combines two functions together in a order.
|
default LLongSupplier |
LSrtSupplier.toLongSup(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LLongSupplier |
LSupplier.toLongSup(LToLongFunction<? super T> after)
Combines two functions together in a order.
|
default LLongSupplier |
LLongSupplier.trying(ExWF<RuntimeException> exF) |
default LLongSupplier |
LLongSupplier.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongSupplier |
LLongSupplier.tryingThen(LToLongFunction<Throwable> handler) |
LLongSupplier |
LLongSupplier.LLongSupplierSingle.value() |
static LLongSupplier |
LLongSupplier.wrap(java.util.function.LongSupplier other)
Wraps JRE instance.
|
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LLongSupplier> |
LLongSupplier.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongSupplier> |
LLongSupplier.safeSupplier(LSupplier<LLongSupplier> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
LLongSupplier.call(LLongSupplier lambda) |
static LLongSupplier |
LLongSupplier.failSafe(LLongSupplier func,
LLongSupplier failSafe) |
default long |
LLongSupplier.failSafeGetAsLong(LLongSupplier failSafe) |
static long |
LLongSupplier.failSafeGetAsLong(LLongSupplier func,
LLongSupplier failSafe) |
static void |
LLongSupplier.fromTill(int min_i,
int max_i,
LLongSupplier func)
From-To.
|
static void |
LLongSupplier.fromTo(int min_i,
int max_i,
LLongSupplier func)
From-To.
|
static long |
LLongSupplier.handlingGetAsLong(LLongSupplier func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongSupplier |
LLongSupplier.longSup(LLongSupplier lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongSupplier |
LLongSupplier.safe(LLongSupplier other)
Safe wrapping.
|
static void |
LLongSupplier.times(int max_i,
LLongSupplier func)
From-To.
|
static long |
LLongSupplier.tryGetAsLong(LLongSupplier func) |
static long |
LLongSupplier.tryGetAsLong(LLongSupplier func,
ExWF<RuntimeException> exF) |
static long |
LLongSupplier.tryGetAsLong(LLongSupplier func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static long |
LLongSupplier.tryGetAsLongThen(LLongSupplier func,
LToLongFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LLongSupplier |
LLongSupplier.recursive(LFunction<LLongSupplier,LLongSupplier> selfLambda) |
static LLongSupplier |
LLongSupplier.recursive(LFunction<LLongSupplier,LLongSupplier> selfLambda) |
static LSupplier<LLongSupplier> |
LLongSupplier.safeSupplier(LSupplier<LLongSupplier> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.