| Modifier and Type | Method and Description |
|---|---|
default LByteSupplier |
LBoolToByteFunction.capture(boolean a)
Captures arguments but delays the evaluation.
|
default LByteSupplier |
LCharToByteFunction.capture(char a)
Captures arguments but delays the evaluation.
|
default LByteSupplier |
LDblToByteFunction.capture(double a)
Captures arguments but delays the evaluation.
|
default LByteSupplier |
LFltToByteFunction.capture(float a)
Captures arguments but delays the evaluation.
|
default LByteSupplier |
LIntToByteFunction.capture(int a)
Captures arguments but delays the evaluation.
|
default LByteSupplier |
LLongToByteFunction.capture(long a)
Captures arguments but delays the evaluation.
|
default LByteSupplier |
LSrtToByteFunction.capture(short a)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteSupplier |
LToByteFunction.capture(T a)
Captures arguments but delays the evaluation.
|
default LByteSupplier |
LToByteBiFunction.capture(T1 a1,
T2 a2)
Captures arguments but delays the evaluation.
|
default LByteSupplier |
LOiToByteFunction.capture(T a1,
int a2)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteSupplier |
LByteBinaryOperator.capture(byte a1,
byte a2)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteSupplier |
LByteUnaryOperator.capture(byte a)
Captures arguments but delays the evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LByteSupplier.LByteSupplierSingle |
| Modifier and Type | Method and Description |
|---|---|
static LByteSupplier |
LByteSupplier.byteSup(LByteSupplier lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LByteSupplier |
LByteSupplier.byteSupThrowing(ExF<Throwable> exF) |
static LByteSupplier |
LByteSupplier.byteSupThrowing(String message,
ExMF<Throwable> exF) |
static LByteSupplier |
LByteSupplier.failSafe(LByteSupplier func,
LByteSupplier failSafe) |
default LByteSupplier |
LByteSupplier.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteSupplier |
LByteSupplier.of(byte r)
Creates function that always returns the same value.
|
static LByteSupplier |
LByteSupplier.recursive(LFunction<LByteSupplier,LByteSupplier> selfLambda) |
static LByteSupplier |
LByteSupplier.safe()
Safe instance.
|
static LByteSupplier |
LByteSupplier.safe(LByteSupplier other)
Safe wrapping.
|
default LByteSupplier |
LBoolSupplier.toByteSup(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LByteSupplier |
LByteSupplier.toByteSup(LByteUnaryOperator after)
Combines two functions together in a order.
|
default LByteSupplier |
LCharSupplier.toByteSup(LCharToByteFunction after)
Combines two functions together in a order.
|
default LByteSupplier |
LDblSupplier.toByteSup(LDblToByteFunction after)
Combines two functions together in a order.
|
default LByteSupplier |
LFltSupplier.toByteSup(LFltToByteFunction after)
Combines two functions together in a order.
|
default LByteSupplier |
LIntSupplier.toByteSup(LIntToByteFunction after)
Combines two functions together in a order.
|
default LByteSupplier |
LLongSupplier.toByteSup(LLongToByteFunction after)
Combines two functions together in a order.
|
default LByteSupplier |
LSrtSupplier.toByteSup(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LByteSupplier |
LSupplier.toByteSup(LToByteFunction<? super T> after)
Combines two functions together in a order.
|
default LByteSupplier |
LByteSupplier.trying(ExWF<RuntimeException> exF) |
default LByteSupplier |
LByteSupplier.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LByteSupplier |
LByteSupplier.tryingThen(LToByteFunction<Throwable> handler) |
LByteSupplier |
LByteSupplier.LByteSupplierSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LByteSupplier> |
LByteSupplier.safeSupplier()
Safe instance supplier.
|
static LSupplier<LByteSupplier> |
LByteSupplier.safeSupplier(LSupplier<LByteSupplier> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LByteSupplier |
LByteSupplier.byteSup(LByteSupplier lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static byte |
LByteSupplier.call(LByteSupplier lambda) |
static LByteSupplier |
LByteSupplier.failSafe(LByteSupplier func,
LByteSupplier failSafe) |
default byte |
LByteSupplier.failSafeGetAsByte(LByteSupplier failSafe) |
static byte |
LByteSupplier.failSafeGetAsByte(LByteSupplier func,
LByteSupplier failSafe) |
static void |
LByteSupplier.fromTill(int min_i,
int max_i,
LByteSupplier func)
From-To.
|
static void |
LByteSupplier.fromTo(int min_i,
int max_i,
LByteSupplier func)
From-To.
|
static byte |
LByteSupplier.handlingGetAsByte(LByteSupplier func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteSupplier |
LByteSupplier.safe(LByteSupplier other)
Safe wrapping.
|
static void |
LByteSupplier.times(int max_i,
LByteSupplier func)
From-To.
|
static byte |
LByteSupplier.tryGetAsByte(LByteSupplier func) |
static byte |
LByteSupplier.tryGetAsByte(LByteSupplier func,
ExWF<RuntimeException> exF) |
static byte |
LByteSupplier.tryGetAsByte(LByteSupplier func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static byte |
LByteSupplier.tryGetAsByteThen(LByteSupplier func,
LToByteFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LByteSupplier |
LByteSupplier.recursive(LFunction<LByteSupplier,LByteSupplier> selfLambda) |
static LByteSupplier |
LByteSupplier.recursive(LFunction<LByteSupplier,LByteSupplier> selfLambda) |
static LSupplier<LByteSupplier> |
LByteSupplier.safeSupplier(LSupplier<LByteSupplier> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.