| Modifier and Type | Interface and Description |
|---|---|
static interface |
LTieBoolConsumer.LBoolIntObjCons<T>
Permutation of LTieBoolConsumer for method references.
|
static interface |
LTieBoolConsumer.LBoolObjIntCons<T>
Permutation of LTieBoolConsumer for method references.
|
static interface |
LTieBoolConsumer.LIntBoolObjCons<T>
Permutation of LTieBoolConsumer for method references.
|
static interface |
LTieBoolConsumer.LIntObjBoolCons<T>
Permutation of LTieBoolConsumer for method references.
|
static interface |
LTieBoolConsumer.LObjBoolIntCons<T>
Permutation of LTieBoolConsumer for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LTieBoolConsumer.LTieBoolConsumerSingle<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.accept1st(LConsumer<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.accept2nd(LIntConsumer func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.accept3rd(LBoolConsumer func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LTieBoolConsumer<T> |
LTieBoolConsumer.andThen(LTieBoolConsumer<? super T> after)
Combines two LTieBoolConsumer
|
default <V2> LTieBoolConsumer<V2> |
LTieBoolConsumer.cast()
Cast that replace generics.
|
static <V2,T> LTieBoolConsumer<V2> |
LTieBoolConsumer.cast(LTieBoolConsumer<T> function)
Cast that replace generics.
|
default <V1> LTieBoolConsumer<V1> |
LTieBoolConsumer.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LLogicalOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T> LTieBoolConsumer<V1> |
LTieBoolConsumer.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LLogicalOperator before3,
LTieBoolConsumer<T> after) |
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.failSafe(LTieBoolConsumer<T> func,
LTieBoolConsumer<T> failSafe) |
default LTieBoolConsumer<T> |
LTieBoolConsumer.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.recursive(LFunction<LTieBoolConsumer<T>,LTieBoolConsumer<T>> selfLambda) |
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.safe()
Safe instance.
|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.safe(LTieBoolConsumer<T> other)
Safe wrapping.
|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.tieBoolCons(LTieBoolConsumer<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.tieBoolConsThrowing(ExF<Throwable> exF) |
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.tieBoolConsThrowing(String message,
ExMF<Throwable> exF) |
default LTieBoolConsumer<T> |
LTieBoolConsumer.trying(ExWF<RuntimeException> exF) |
default LTieBoolConsumer<T> |
LTieBoolConsumer.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LTieBoolConsumer<T> |
LTieBoolConsumer.tryingThen(LConsumer<Throwable> handler) |
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.uncurry(LFunction<T,LIntFunction<LBoolConsumer>> func) |
default LTieBoolConsumer |
LTieBoolConsumer.untyped()
Cast that removes generics.
|
LTieBoolConsumer<T> |
LTieBoolConsumer.LTieBoolConsumerSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T> LSupplier<LTieBoolConsumer<T>> |
LTieBoolConsumer.safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LTieBoolConsumer<T>> |
LTieBoolConsumer.safeSupplier(LSupplier<LTieBoolConsumer<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LTieBoolConsumer<T> |
LTieBoolConsumer.andThen(LTieBoolConsumer<? super T> after)
Combines two LTieBoolConsumer
|
static <T> void |
LTieBoolConsumer.call(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> lambda) |
static <V2,T> LTieBoolConsumer<V2> |
LTieBoolConsumer.cast(LTieBoolConsumer<T> function)
Cast that replace generics.
|
static <V1,T> LTieBoolConsumer<V1> |
LTieBoolConsumer.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LLogicalOperator before3,
LTieBoolConsumer<T> after) |
static <V1,V2,V3,T> |
LTieBoolConsumer.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LPredicate<? super V3> before3,
LTieBoolConsumer<T> after) |
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.failSafe(LTieBoolConsumer<T> func,
LTieBoolConsumer<T> failSafe) |
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.failSafe(LTieBoolConsumer<T> func,
LTieBoolConsumer<T> failSafe) |
default void |
LTieBoolConsumer.failSafeAccept(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> failSafe) |
static <T> void |
LTieBoolConsumer.failSafeAccept(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> func,
LTieBoolConsumer<T> failSafe) |
static <T> void |
LTieBoolConsumer.failSafeAccept(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> func,
LTieBoolConsumer<T> failSafe) |
static <C1,C2,C3,T> |
LTieBoolConsumer.forEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T> void |
LTieBoolConsumer.fromTill(int min_a2,
int max_a2,
T a1,
boolean a3,
LTieBoolConsumer<T> func)
From-To.
|
static <T> void |
LTieBoolConsumer.fromTo(int min_a2,
int max_a2,
T a1,
boolean a3,
LTieBoolConsumer<T> func)
From-To.
|
static <T> void |
LTieBoolConsumer.handlingAccept(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <C1,C3,T> int |
LTieBoolConsumer.indexedForEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,C3,I3,T> |
LTieBoolConsumer.indexedIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,I1,C3,T> |
LTieBoolConsumer.indexedIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,I1,C3,I3,T> |
LTieBoolConsumer.indexedIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,C2,C3,I3,T> |
LTieBoolConsumer.iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,C2,I2,C3,T> |
LTieBoolConsumer.iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,C2,I2,C3,I3,T> |
LTieBoolConsumer.iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,C3,T> |
LTieBoolConsumer.iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,C3,I3,T> |
LTieBoolConsumer.iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2,C3,T> |
LTieBoolConsumer.iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2,C3,I3,T> |
LTieBoolConsumer.iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T,C3> T |
LTieBoolConsumer.ntiForEach(LIntFunction<T> trgFactory1,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
ITERATION: TARGETED_INDEXED_FOR_EACH_NEW: FOR, [SourcePurpose{arg=T trg1, type=SIZE_FACTORY}, SourcePurpose{arg=boolean a3, type=IA}, SourcePurpose{arg=LTieBoolConsumer<? super T> consumer, type=CONST}]
|
static <T,C3,I3> T |
LTieBoolConsumer.ntiIterate(LSupplier<T> source1,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
ITERATION: TARGETED_INDEXED_ITERATE_NEW: WHILE, [SourcePurpose{arg=T trg1, type=SUPPLIER}, SourcePurpose{arg=boolean a3, type=SA}, SourcePurpose{arg=LTieBoolConsumer<? super T> consumer, type=CONST}]
|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.safe(LTieBoolConsumer<T> other)
Safe wrapping.
|
static <T,C2,C3> T |
LTieBoolConsumer.targetedForEach(T a1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T,C2,C3,I3> |
LTieBoolConsumer.targetedIterate(T a1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T,C2,I2,C3> |
LTieBoolConsumer.targetedIterate(T a1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T,C2,I2,C3,I3> |
LTieBoolConsumer.targetedIterate(T a1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.tieBoolCons(LTieBoolConsumer<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T,SRC> int |
LTieBoolConsumer.tieForEach(int sStart,
int sEnd,
int tStart,
T trg1,
SRC src3,
LObjIntPredicate<SRC> srcAcc3,
LTieBoolConsumer<? super T> consumer)
ITERATION: TIE_CONSUMER: FOR, [SourcePurpose{arg=int sStart, type=CONST}, SourcePurpose{arg=int sEnd, type=CONST}, SourcePurpose{arg=int tStart, type=CONST}, SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=boolean a3, type=TIE_SOURCE}, SourcePurpose{arg=boolean a3, type=TIE_SUPPLIER}, SourcePurpose{arg=LTieBoolConsumer<? super T> consumer, type=CONST}]
|
static <T,SRC> int |
LTieBoolConsumer.tieForEach(int sStart,
int tStart,
T trg1,
SRC src3,
LPredicate<SRC> srcTest3,
LPredicate<SRC> srcAcc3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with TIE: ‘target’, index, element).
|
static <T,C3> int |
LTieBoolConsumer.tieForEach(T trg1,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
ITERATION: TIE_CONSUMER_SHORT: FOR, [SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=boolean a3, type=IA}, SourcePurpose{arg=LTieBoolConsumer<? super T> consumer, type=CONST}]
|
static <T,C3,I3> int |
LTieBoolConsumer.tieIterate(T trg1,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with TIE: ‘target’, index, element).
|
static <T,C3> T |
LTieBoolConsumer.tiForEach(T trg1,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
ITERATION: TARGETED_INDEXED_FOR_EACH: FOR, [SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=boolean a3, type=IA}, SourcePurpose{arg=LTieBoolConsumer<? super T> consumer, type=CONST}]
|
static <T,C3,I3> T |
LTieBoolConsumer.tiIterate(T trg1,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with TIE: ‘target’, index, element).
|
static <T> void |
LTieBoolConsumer.times(int max_a2,
T a1,
boolean a3,
LTieBoolConsumer<T> func)
From-To.
|
static <T> void |
LTieBoolConsumer.tryAccept(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> func) |
static <T> void |
LTieBoolConsumer.tryAccept(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> func,
ExWF<RuntimeException> exF) |
static <T> void |
LTieBoolConsumer.tryAccept(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> void |
LTieBoolConsumer.tryAcceptThen(T a1,
int a2,
boolean a3,
LTieBoolConsumer<T> func,
LConsumer<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.recursive(LFunction<LTieBoolConsumer<T>,LTieBoolConsumer<T>> selfLambda) |
static <T> LTieBoolConsumer<T> |
LTieBoolConsumer.recursive(LFunction<LTieBoolConsumer<T>,LTieBoolConsumer<T>> selfLambda) |
static <T> LSupplier<LTieBoolConsumer<T>> |
LTieBoolConsumer.safeSupplier(LSupplier<LTieBoolConsumer<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LTieBoolConsumer<T> |
LObjIntBoolFunction.thenConsume(LConsumer<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.before(LTieBoolConsumer<? super T> before) |
| Modifier and Type | Method and Description |
|---|---|
default <V> boolean |
LLogicalOperator.doIf(V a1,
int a2,
boolean a3,
LTieBoolConsumer<? super V> consumer) |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
LObjIntBoolPredicate.doIf(T a1,
int a2,
boolean a3,
LObjIntBoolPredicate<T> predicate,
LTieBoolConsumer<? super T> consumer) |
default boolean |
LObjIntBoolPredicate.doIf(T a1,
int a2,
boolean a3,
LTieBoolConsumer<? super T> consumer) |
default <V> boolean |
LBoolIntPredicate.doIf(V a1,
int a2,
boolean a3,
LTieBoolConsumer<? super V> consumer) |
default <C1,C2,C3> void |
LObjIntBoolPredicate.filterForEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,C3,I3> |
LObjIntBoolPredicate.filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3> |
LObjIntBoolPredicate.filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3,I3> |
LObjIntBoolPredicate.filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3> |
LObjIntBoolPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3,I3> |
LObjIntBoolPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,I2,C3> |
LObjIntBoolPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aBool> ia3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,I2,C3,I3> |
LObjIntBoolPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aBool> sa3,
C3 source3,
LTieBoolConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
Copyright © 2019. All rights reserved.