| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolToLongFunction.LBoolToLongFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToLongFunction |
LBoolToLongFunction.boolToLongFunc(LBoolToLongFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBoolToLongFunction |
LBoolToLongFunction.boolToLongFuncThrowing(ExF<Throwable> exF) |
static LBoolToLongFunction |
LBoolToLongFunction.boolToLongFuncThrowing(String message,
ExMF<Throwable> exF) |
default LBoolToLongFunction |
LBoolToLongFunction.compose(LLogicalOperator before)
Allows to manipulate the domain of the function.
|
static LBoolToLongFunction |
LBoolToLongFunction.composed(LLogicalOperator before,
LBoolToLongFunction after) |
static LBoolToLongFunction |
LBoolToLongFunction.constant(long r)
Creates function that always returns the same value.
|
static LBoolToLongFunction |
LBoolToLongFunction.failSafe(LBoolToLongFunction func,
LBoolToLongFunction failSafe) |
default LBoolToLongFunction |
LBoolToLongFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToLongFunction |
LBoolToLongFunction.recursive(LFunction<LBoolToLongFunction,LBoolToLongFunction> selfLambda) |
static LBoolToLongFunction |
LBoolToLongFunction.safe()
Safe instance.
|
static LBoolToLongFunction |
LBoolToLongFunction.safe(LBoolToLongFunction other)
Safe wrapping.
|
default LBoolToLongFunction |
LBoolToByteFunction.thenToLong(LByteToLongFunction after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToDblFunction.thenToLong(LDblToLongFunction after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToFltFunction.thenToLong(LFltToLongFunction after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToIntFunction.thenToLong(LIntToLongFunction after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToLongFunction.thenToLong(LLongUnaryOperator after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToLongFunction.trying(ExWF<RuntimeException> exF) |
default LBoolToLongFunction |
LBoolToLongFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBoolToLongFunction |
LBoolToLongFunction.tryingThen(LToLongFunction<Throwable> handler) |
LBoolToLongFunction |
LBoolToLongFunction.LBoolToLongFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LBoolToLongFunction> |
LBoolToLongFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBoolToLongFunction> |
LBoolToLongFunction.safeSupplier(LSupplier<LBoolToLongFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolToLongFunction |
LBoolToLongFunction.boolToLongFunc(LBoolToLongFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static long |
LBoolToLongFunction.call(boolean a,
LBoolToLongFunction lambda) |
static LBoolToLongFunction |
LBoolToLongFunction.composed(LLogicalOperator before,
LBoolToLongFunction after) |
static <V> LToLongFunction<V> |
LBoolToLongFunction.composed(LPredicate<? super V> before,
LBoolToLongFunction after) |
static LBoolToLongFunction |
LBoolToLongFunction.failSafe(LBoolToLongFunction func,
LBoolToLongFunction failSafe) |
default long |
LBoolToLongFunction.failSafeApplyAsLong(boolean a,
LBoolToLongFunction failSafe) |
static long |
LBoolToLongFunction.failSafeApplyAsLong(boolean a,
LBoolToLongFunction func,
LBoolToLongFunction failSafe) |
static void |
LBoolToLongFunction.fromTill(int min_i,
int max_i,
boolean a,
LBoolToLongFunction func)
From-To.
|
static void |
LBoolToLongFunction.fromTo(int min_i,
int max_i,
boolean a,
LBoolToLongFunction func)
From-To.
|
static long |
LBoolToLongFunction.handlingApplyAsLong(boolean a,
LBoolToLongFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LBoolToLongFunction |
LBoolToLongFunction.safe(LBoolToLongFunction other)
Safe wrapping.
|
static void |
LBoolToLongFunction.times(int max_i,
boolean a,
LBoolToLongFunction func)
From-To.
|
static long |
LBoolToLongFunction.tryApplyAsLong(boolean a,
LBoolToLongFunction func) |
static long |
LBoolToLongFunction.tryApplyAsLong(boolean a,
LBoolToLongFunction func,
ExWF<RuntimeException> exF) |
static long |
LBoolToLongFunction.tryApplyAsLong(boolean a,
LBoolToLongFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static long |
LBoolToLongFunction.tryApplyAsLongThen(boolean a,
LBoolToLongFunction func,
LToLongFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolToLongFunction |
LBoolToLongFunction.recursive(LFunction<LBoolToLongFunction,LBoolToLongFunction> selfLambda) |
static LBoolToLongFunction |
LBoolToLongFunction.recursive(LFunction<LBoolToLongFunction,LBoolToLongFunction> selfLambda) |
static LSupplier<LBoolToLongFunction> |
LBoolToLongFunction.safeSupplier(LSupplier<LBoolToLongFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToLongFunction |
LBoolFunction.thenToLong(LToLongFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToLongFunction |
LLogicalOperator.thenToLong(LBoolToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolToLongFunction |
LLogicalOperator.thenToLong(LBoolToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToLongFunction |
LBytePredicate.boolToByteToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LCharToLongFunction |
LCharPredicate.boolToCharToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LDblToLongFunction |
LDblPredicate.boolToDblToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LFltToLongFunction |
LFltPredicate.boolToFltToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LIntToLongFunction |
LIntPredicate.boolToIntToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LLongBinaryOperator |
LBiLongPredicate.boolToLongBinaryOp(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LLongUnaryOperator |
LLongPredicate.boolToLongUnaryOp(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LObjIntPredicate.boolToOiToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LSrtToLongFunction |
LSrtPredicate.boolToSrtToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LToLongBiFunction<T1,T2> |
LBiPredicate.boolToToLongBiFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
default LToLongFunction<T> |
LPredicate.boolToToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongSupplier |
LBoolSupplier.toLongSup(LBoolToLongFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.