| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiBoolConsumer.LBool1Bool0Cons
Permutation of LBiBoolConsumer for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiBoolConsumer.LBiBoolConsumerSingle |
| Modifier and Type | Method and Description |
|---|---|
static LBiBoolConsumer |
LBiBoolConsumer.accept1st(LBoolConsumer func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiBoolConsumer |
LBiBoolConsumer.accept2nd(LBoolConsumer func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LBiBoolConsumer |
LBiBoolConsumer.andThen(LBiBoolConsumer after)
Combines two LBiBoolConsumer together in a order.
|
static LBiBoolConsumer |
LBiBoolConsumer.biBoolCons(LBiBoolConsumer lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBiBoolConsumer |
LBiBoolConsumer.biBoolConsThrowing(ExF<Throwable> exF) |
static LBiBoolConsumer |
LBiBoolConsumer.biBoolConsThrowing(String message,
ExMF<Throwable> exF) |
default LBiBoolConsumer |
LBiBoolConsumer.compose(LLogicalOperator before1,
LLogicalOperator before2)
Allows to manipulate the domain of the function.
|
static LBiBoolConsumer |
LBiBoolConsumer.composed(LLogicalOperator before1,
LLogicalOperator before2,
LBiBoolConsumer after) |
static LBiBoolConsumer |
LBiBoolConsumer.failSafe(LBiBoolConsumer func,
LBiBoolConsumer failSafe) |
default LBiBoolConsumer |
LBiBoolConsumer.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBiBoolConsumer |
LBiBoolConsumer.recursive(LFunction<LBiBoolConsumer,LBiBoolConsumer> selfLambda) |
static LBiBoolConsumer |
LBiBoolConsumer.safe()
Safe instance.
|
static LBiBoolConsumer |
LBiBoolConsumer.safe(LBiBoolConsumer other)
Safe wrapping.
|
default LBiBoolConsumer |
LBiBoolConsumer.trying(ExWF<RuntimeException> exF) |
default LBiBoolConsumer |
LBiBoolConsumer.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiBoolConsumer |
LBiBoolConsumer.tryingThen(LConsumer<Throwable> handler) |
static LBiBoolConsumer |
LBiBoolConsumer.uncurry(LBoolFunction<LBoolConsumer> func) |
LBiBoolConsumer |
LBiBoolConsumer.LBiBoolConsumerSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LBiBoolConsumer> |
LBiBoolConsumer.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBiBoolConsumer> |
LBiBoolConsumer.safeSupplier(LSupplier<LBiBoolConsumer> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiBoolConsumer |
LBiBoolConsumer.andThen(LBiBoolConsumer after)
Combines two LBiBoolConsumer together in a order.
|
static LBiBoolConsumer |
LBiBoolConsumer.biBoolCons(LBiBoolConsumer lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static void |
LBiBoolConsumer.call(boolean a1,
boolean a2,
LBiBoolConsumer lambda) |
static LBiBoolConsumer |
LBiBoolConsumer.composed(LLogicalOperator before1,
LLogicalOperator before2,
LBiBoolConsumer after) |
static <V1,V2> LBiConsumer<V1,V2> |
LBiBoolConsumer.composed(LPredicate<? super V1> before1,
LPredicate<? super V2> before2,
LBiBoolConsumer after) |
static LBiBoolConsumer |
LBiBoolConsumer.failSafe(LBiBoolConsumer func,
LBiBoolConsumer failSafe) |
default void |
LBiBoolConsumer.failSafeAccept(boolean a1,
boolean a2,
LBiBoolConsumer failSafe) |
static void |
LBiBoolConsumer.failSafeAccept(boolean a1,
boolean a2,
LBiBoolConsumer func,
LBiBoolConsumer failSafe) |
static <C1,C2> int |
LBiBoolConsumer.forEach(IndexedRead<C1,aType.aBool> ia1,
C1 source1,
IndexedRead<C2,aType.aBool> ia2,
C2 source2,
LBiBoolConsumer consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static void |
LBiBoolConsumer.fromTill(int min_i,
int max_i,
boolean a1,
boolean a2,
LBiBoolConsumer func)
From-To.
|
static void |
LBiBoolConsumer.fromTo(int min_i,
int max_i,
boolean a1,
boolean a2,
LBiBoolConsumer func)
From-To.
|
static void |
LBiBoolConsumer.handlingAccept(boolean a1,
boolean a2,
LBiBoolConsumer func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <C1,C2,I2> int |
LBiBoolConsumer.iterate(IndexedRead<C1,aType.aBool> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aBool> sa2,
C2 source2,
LBiBoolConsumer consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2> int |
LBiBoolConsumer.iterate(SequentialRead<C1,I1,aType.aBool> sa1,
C1 source1,
IndexedRead<C2,aType.aBool> ia2,
C2 source2,
LBiBoolConsumer consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2> |
LBiBoolConsumer.iterate(SequentialRead<C1,I1,aType.aBool> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aBool> sa2,
C2 source2,
LBiBoolConsumer consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static LBoolConsumer |
LBiBoolConsumer.lShrinked(LLogicalOperator left,
LBiBoolConsumer func) |
static LBoolConsumer |
LBiBoolConsumer.lShrinkedc(boolean a1,
LBiBoolConsumer func) |
static LBoolConsumer |
LBiBoolConsumer.rShrinked(LLogicalOperator right,
LBiBoolConsumer func) |
static LBoolConsumer |
LBiBoolConsumer.rShrinkedc(boolean a2,
LBiBoolConsumer func) |
static LBiBoolConsumer |
LBiBoolConsumer.safe(LBiBoolConsumer other)
Safe wrapping.
|
static <C2> boolean |
LBiBoolConsumer.targetedForEach(boolean a1,
IndexedRead<C2,aType.aBool> ia2,
C2 source2,
LBiBoolConsumer consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C2,I2> boolean |
LBiBoolConsumer.targetedIterate(boolean a1,
SequentialRead<C2,I2,aType.aBool> sa2,
C2 source2,
LBiBoolConsumer consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static void |
LBiBoolConsumer.times(int max_i,
boolean a1,
boolean a2,
LBiBoolConsumer func)
From-To.
|
static void |
LBiBoolConsumer.tryAccept(boolean a1,
boolean a2,
LBiBoolConsumer func) |
static void |
LBiBoolConsumer.tryAccept(boolean a1,
boolean a2,
LBiBoolConsumer func,
ExWF<RuntimeException> exF) |
static void |
LBiBoolConsumer.tryAccept(boolean a1,
boolean a2,
LBiBoolConsumer func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static void |
LBiBoolConsumer.tryAcceptThen(boolean a1,
boolean a2,
LBiBoolConsumer func,
LConsumer<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LBiBoolConsumer |
LBiBoolConsumer.recursive(LFunction<LBiBoolConsumer,LBiBoolConsumer> selfLambda) |
static LBiBoolConsumer |
LBiBoolConsumer.recursive(LFunction<LBiBoolConsumer,LBiBoolConsumer> selfLambda) |
static LSupplier<LBiBoolConsumer> |
LBiBoolConsumer.safeSupplier(LSupplier<LBiBoolConsumer> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiBoolConsumer |
LTriBoolConsumer.lShrink(LLogicalBinaryOperator left) |
default LBiBoolConsumer |
LTriBoolConsumer.lShrinkc(boolean a1) |
static LBiBoolConsumer |
LTriBoolConsumer.lShrinked(LLogicalBinaryOperator left,
LTriBoolConsumer func) |
static LBiBoolConsumer |
LTriBoolConsumer.lShrinkedc(boolean a1,
LTriBoolConsumer func) |
default LBiBoolConsumer |
LTriBoolConsumer.rShrink(LLogicalBinaryOperator right) |
default LBiBoolConsumer |
LTriBoolConsumer.rShrinkc(boolean a3) |
static LBiBoolConsumer |
LTriBoolConsumer.rShrinked(LLogicalBinaryOperator right,
LTriBoolConsumer func) |
static LBiBoolConsumer |
LTriBoolConsumer.rShrinkedc(boolean a3,
LTriBoolConsumer func) |
| Modifier and Type | Method and Description |
|---|---|
default LBiBoolConsumer |
LBiBoolFunction.thenConsume(LConsumer<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiBoolFunction<R> |
LBiBoolFunction.before(LBiBoolConsumer before) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LLogicalBinaryOperator.doIf(boolean a1,
boolean a2,
LBiBoolConsumer consumer) |
static boolean |
LLogicalBinaryOperator.doIf(boolean a1,
boolean a2,
LLogicalBinaryOperator predicate,
LBiBoolConsumer consumer) |
Copyright © 2019. All rights reserved.