| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolToByteFunction.LBoolToByteFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToByteFunction |
LBoolToByteFunction.boolToByteFunc(LBoolToByteFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBoolToByteFunction |
LBoolToByteFunction.boolToByteFuncThrowing(ExF<Throwable> exF) |
static LBoolToByteFunction |
LBoolToByteFunction.boolToByteFuncThrowing(String message,
ExMF<Throwable> exF) |
default LBoolToByteFunction |
LBoolToByteFunction.compose(LLogicalOperator before)
Allows to manipulate the domain of the function.
|
static LBoolToByteFunction |
LBoolToByteFunction.composed(LLogicalOperator before,
LBoolToByteFunction after) |
static LBoolToByteFunction |
LBoolToByteFunction.constant(byte r)
Creates function that always returns the same value.
|
static LBoolToByteFunction |
LBoolToByteFunction.failSafe(LBoolToByteFunction func,
LBoolToByteFunction failSafe) |
default LBoolToByteFunction |
LBoolToByteFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToByteFunction |
LBoolToByteFunction.recursive(LFunction<LBoolToByteFunction,LBoolToByteFunction> selfLambda) |
static LBoolToByteFunction |
LBoolToByteFunction.safe()
Safe instance.
|
static LBoolToByteFunction |
LBoolToByteFunction.safe(LBoolToByteFunction other)
Safe wrapping.
|
default LBoolToByteFunction |
LBoolToByteFunction.thenToByte(LByteUnaryOperator after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToCharFunction.thenToByte(LCharToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToDblFunction.thenToByte(LDblToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToFltFunction.thenToByte(LFltToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToByteFunction.trying(ExWF<RuntimeException> exF) |
default LBoolToByteFunction |
LBoolToByteFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBoolToByteFunction |
LBoolToByteFunction.tryingThen(LToByteFunction<Throwable> handler) |
LBoolToByteFunction |
LBoolToByteFunction.LBoolToByteFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LBoolToByteFunction> |
LBoolToByteFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBoolToByteFunction> |
LBoolToByteFunction.safeSupplier(LSupplier<LBoolToByteFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolToByteFunction |
LBoolToByteFunction.boolToByteFunc(LBoolToByteFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static byte |
LBoolToByteFunction.call(boolean a,
LBoolToByteFunction lambda) |
static LBoolToByteFunction |
LBoolToByteFunction.composed(LLogicalOperator before,
LBoolToByteFunction after) |
static <V> LToByteFunction<V> |
LBoolToByteFunction.composed(LPredicate<? super V> before,
LBoolToByteFunction after) |
static LBoolToByteFunction |
LBoolToByteFunction.failSafe(LBoolToByteFunction func,
LBoolToByteFunction failSafe) |
default byte |
LBoolToByteFunction.failSafeApplyAsByte(boolean a,
LBoolToByteFunction failSafe) |
static byte |
LBoolToByteFunction.failSafeApplyAsByte(boolean a,
LBoolToByteFunction func,
LBoolToByteFunction failSafe) |
static void |
LBoolToByteFunction.fromTill(int min_i,
int max_i,
boolean a,
LBoolToByteFunction func)
From-To.
|
static void |
LBoolToByteFunction.fromTo(int min_i,
int max_i,
boolean a,
LBoolToByteFunction func)
From-To.
|
static byte |
LBoolToByteFunction.handlingApplyAsByte(boolean a,
LBoolToByteFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToByteFunction |
LBoolToByteFunction.safe(LBoolToByteFunction other)
Safe wrapping.
|
static void |
LBoolToByteFunction.times(int max_i,
boolean a,
LBoolToByteFunction func)
From-To.
|
static byte |
LBoolToByteFunction.tryApplyAsByte(boolean a,
LBoolToByteFunction func) |
static byte |
LBoolToByteFunction.tryApplyAsByte(boolean a,
LBoolToByteFunction func,
ExWF<RuntimeException> exF) |
static byte |
LBoolToByteFunction.tryApplyAsByte(boolean a,
LBoolToByteFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static byte |
LBoolToByteFunction.tryApplyAsByteThen(boolean a,
LBoolToByteFunction func,
LToByteFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToByteFunction |
LBoolToByteFunction.recursive(LFunction<LBoolToByteFunction,LBoolToByteFunction> selfLambda) |
static LBoolToByteFunction |
LBoolToByteFunction.recursive(LFunction<LBoolToByteFunction,LBoolToByteFunction> selfLambda) |
static LSupplier<LBoolToByteFunction> |
LBoolToByteFunction.safeSupplier(LSupplier<LBoolToByteFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToByteFunction |
LBoolFunction.thenToByte(LToByteFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToByteFunction |
LLogicalOperator.thenToByte(LBoolToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToByteFunction |
LLogicalOperator.thenToByte(LBoolToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteBinaryOperator |
LBiBytePredicate.boolToByteBinaryOp(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LByteUnaryOperator |
LBytePredicate.boolToByteUnaryOp(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LCharToByteFunction |
LCharPredicate.boolToCharToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LDblToByteFunction |
LDblPredicate.boolToDblToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LFltToByteFunction |
LFltPredicate.boolToFltToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntPredicate.boolToIntToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LLongToByteFunction |
LLongPredicate.boolToLongToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LObjIntPredicate.boolToOiToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LSrtToByteFunction |
LSrtPredicate.boolToSrtToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LToByteBiFunction<T1,T2> |
LBiPredicate.boolToToByteBiFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
default LToByteFunction<T> |
LPredicate.boolToToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteSupplier |
LBoolSupplier.toByteSup(LBoolToByteFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.