| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.obj | |
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LTieIntConsumer.LBiInt1Obj0Cons<T>
Permutation of LTieIntConsumer for method references.
|
static interface |
LTieIntConsumer.LInt1Int2Obj0Cons<T>
Permutation of LTieIntConsumer for method references.
|
static interface |
LTieIntConsumer.LInt1Obj0Int2Cons<T>
Permutation of LTieIntConsumer for method references.
|
static interface |
LTieIntConsumer.LInt2Obj0Int1Cons<T>
Permutation of LTieIntConsumer for method references.
|
static interface |
LTieIntConsumer.LObj0Int2Int1Cons<T>
Permutation of LTieIntConsumer for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LTieIntConsumer.LTieIntConsumerSingle<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieIntConsumer<T> |
LTieIntConsumer.accept1st(LConsumer<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LTieIntConsumer<T> |
LTieIntConsumer.accept2nd(LIntConsumer func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LTieIntConsumer<T> |
LTieIntConsumer.accept3rd(LIntConsumer func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LTieIntConsumer<T> |
LTieIntConsumer.andThen(LTieIntConsumer<? super T> after)
Combines two LTieIntConsumer
|
default <V2> LTieIntConsumer<V2> |
LTieIntConsumer.cast()
Cast that replace generics.
|
static <V2,T> LTieIntConsumer<V2> |
LTieIntConsumer.cast(LTieIntConsumer<T> function)
Cast that replace generics.
|
default <V1> LTieIntConsumer<V1> |
LTieIntConsumer.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LIntUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T> LTieIntConsumer<V1> |
LTieIntConsumer.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LIntUnaryOperator before3,
LTieIntConsumer<T> after) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.failSafe(LTieIntConsumer<T> func,
LTieIntConsumer<T> failSafe) |
default LTieIntConsumer<T> |
LTieIntConsumer.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.recursive(LFunction<LTieIntConsumer<T>,LTieIntConsumer<T>> selfLambda) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.safe()
Safe instance.
|
static <T> LTieIntConsumer<T> |
LTieIntConsumer.safe(LTieIntConsumer<T> other)
Safe wrapping.
|
static <T> LTieIntConsumer<T> |
LTieIntConsumer.tieIntCons(LTieIntConsumer<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LTieIntConsumer<T> |
LTieIntConsumer.tieIntConsThrowing(ExF<Throwable> exF) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.tieIntConsThrowing(String message,
ExMF<Throwable> exF) |
default LTieIntConsumer<T> |
LTieIntConsumer.trying(ExWF<RuntimeException> exF) |
default LTieIntConsumer<T> |
LTieIntConsumer.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LTieIntConsumer<T> |
LTieIntConsumer.tryingThen(LConsumer<Throwable> handler) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.uncurry(LFunction<T,LIntFunction<LIntConsumer>> func) |
default LTieIntConsumer |
LTieIntConsumer.untyped()
Cast that removes generics.
|
LTieIntConsumer<T> |
LTieIntConsumer.LTieIntConsumerSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T> LSupplier<LTieIntConsumer<T>> |
LTieIntConsumer.safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LTieIntConsumer<T>> |
LTieIntConsumer.safeSupplier(LSupplier<LTieIntConsumer<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LTieIntConsumer<T> |
LTieIntConsumer.andThen(LTieIntConsumer<? super T> after)
Combines two LTieIntConsumer
|
static <T> void |
LTieIntConsumer.call(T a1,
int a2,
int a3,
LTieIntConsumer<T> lambda) |
static <V2,T> LTieIntConsumer<V2> |
LTieIntConsumer.cast(LTieIntConsumer<T> function)
Cast that replace generics.
|
static <V1,T> LTieIntConsumer<V1> |
LTieIntConsumer.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LIntUnaryOperator before3,
LTieIntConsumer<T> after) |
static <V1,V2,V3,T> |
LTieIntConsumer.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToIntFunction<? super V3> before3,
LTieIntConsumer<T> after) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.failSafe(LTieIntConsumer<T> func,
LTieIntConsumer<T> failSafe) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.failSafe(LTieIntConsumer<T> func,
LTieIntConsumer<T> failSafe) |
default void |
LTieIntConsumer.failSafeAccept(T a1,
int a2,
int a3,
LTieIntConsumer<T> failSafe) |
static <T> void |
LTieIntConsumer.failSafeAccept(T a1,
int a2,
int a3,
LTieIntConsumer<T> func,
LTieIntConsumer<T> failSafe) |
static <T> void |
LTieIntConsumer.failSafeAccept(T a1,
int a2,
int a3,
LTieIntConsumer<T> func,
LTieIntConsumer<T> failSafe) |
static <C1,C2,C3,T> |
LTieIntConsumer.forEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T> void |
LTieIntConsumer.fromTill(int min_i,
int max_i,
T a1,
int a2,
int a3,
LTieIntConsumer<T> func)
From-To.
|
static <T> void |
LTieIntConsumer.fromTo(int min_i,
int max_i,
T a1,
int a2,
int a3,
LTieIntConsumer<T> func)
From-To.
|
static <T> void |
LTieIntConsumer.handlingAccept(T a1,
int a2,
int a3,
LTieIntConsumer<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <C1,C3,T> int |
LTieIntConsumer.indexed2ndForEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,C3,I3,T> |
LTieIntConsumer.indexed2ndIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,I1,C3,T> |
LTieIntConsumer.indexed2ndIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,I1,C3,I3,T> |
LTieIntConsumer.indexed2ndIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,C2,T> int |
LTieIntConsumer.indexed3rdForEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,C2,I2,T> |
LTieIntConsumer.indexed3rdIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,I1,C2,T> |
LTieIntConsumer.indexed3rdIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,I1,C2,I2,T> |
LTieIntConsumer.indexed3rdIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,C2,C3,I3,T> |
LTieIntConsumer.iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,C2,I2,C3,T> |
LTieIntConsumer.iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,C2,I2,C3,I3,T> |
LTieIntConsumer.iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,C3,T> |
LTieIntConsumer.iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,C3,I3,T> |
LTieIntConsumer.iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2,C3,T> |
LTieIntConsumer.iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2,C3,I3,T> |
LTieIntConsumer.iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T> LBiIntConsumer |
LTieIntConsumer.lShrinked(LBiIntFunction<T> left,
LTieIntConsumer<T> func) |
static <T> LBiIntConsumer |
LTieIntConsumer.lShrinkedc(T a1,
LTieIntConsumer<T> func) |
static <T,C3> T |
LTieIntConsumer.ntiForEach(LIntFunction<T> trgFactory1,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
ITERATION: TARGETED_INDEXED_FOR_EACH_NEW: FOR, [SourcePurpose{arg=T trg1, type=SIZE_FACTORY}, SourcePurpose{arg=int a3, type=IA}, SourcePurpose{arg=LTieIntConsumer<? super T> consumer, type=CONST}]
|
static <T,C3,I3> T |
LTieIntConsumer.ntiIterate(LSupplier<T> source1,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
ITERATION: TARGETED_INDEXED_ITERATE_NEW: WHILE, [SourcePurpose{arg=T trg1, type=SUPPLIER}, SourcePurpose{arg=int a3, type=SA}, SourcePurpose{arg=LTieIntConsumer<? super T> consumer, type=CONST}]
|
static <T> LObjIntConsumer<T> |
LTieIntConsumer.rShrinked(LOiToIntFunction<T> right,
LTieIntConsumer<T> func) |
static <T> LObjIntConsumer<T> |
LTieIntConsumer.rShrinkedc(int a3,
LTieIntConsumer<T> func) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.safe(LTieIntConsumer<T> other)
Safe wrapping.
|
static <T,C2,C3> T |
LTieIntConsumer.targetedForEach(T a1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T,C2,C3,I3> |
LTieIntConsumer.targetedIterate(T a1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T,C2,I2,C3> |
LTieIntConsumer.targetedIterate(T a1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T,C2,I2,C3,I3> |
LTieIntConsumer.targetedIterate(T a1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T,SRC> int |
LTieIntConsumer.tieForEach(int sStart,
int sEnd,
int tStart,
T trg1,
SRC src3,
LOiToIntFunction<SRC> srcAcc3,
LTieIntConsumer<? 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=int a3, type=TIE_SOURCE}, SourcePurpose{arg=int a3, type=TIE_SUPPLIER}, SourcePurpose{arg=LTieIntConsumer<? super T> consumer, type=CONST}]
|
static <T,SRC> int |
LTieIntConsumer.tieForEach(int sStart,
int tStart,
T trg1,
SRC src3,
LPredicate<SRC> srcTest3,
LToIntFunction<SRC> srcAcc3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with TIE: ‘target’, index, element).
|
static <T,C3> int |
LTieIntConsumer.tieForEach(T trg1,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
ITERATION: TIE_CONSUMER_SHORT: FOR, [SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=int a3, type=IA}, SourcePurpose{arg=LTieIntConsumer<? super T> consumer, type=CONST}]
|
static <T> LTieIntConsumer<T> |
LTieIntConsumer.tieIntCons(LTieIntConsumer<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T,C3,I3> int |
LTieIntConsumer.tieIterate(T trg1,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with TIE: ‘target’, index, element).
|
static <T,C3> T |
LTieIntConsumer.tiForEach(T trg1,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
ITERATION: TARGETED_INDEXED_FOR_EACH: FOR, [SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=int a3, type=IA}, SourcePurpose{arg=LTieIntConsumer<? super T> consumer, type=CONST}]
|
static <T,C3,I3> T |
LTieIntConsumer.tiIterate(T trg1,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer (with TIE: ‘target’, index, element).
|
static <T> void |
LTieIntConsumer.times(int max_i,
T a1,
int a2,
int a3,
LTieIntConsumer<T> func)
From-To.
|
static <T> void |
LTieIntConsumer.tryAccept(T a1,
int a2,
int a3,
LTieIntConsumer<T> func) |
static <T> void |
LTieIntConsumer.tryAccept(T a1,
int a2,
int a3,
LTieIntConsumer<T> func,
ExWF<RuntimeException> exF) |
static <T> void |
LTieIntConsumer.tryAccept(T a1,
int a2,
int a3,
LTieIntConsumer<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> void |
LTieIntConsumer.tryAcceptThen(T a1,
int a2,
int a3,
LTieIntConsumer<T> func,
LConsumer<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieIntConsumer<T> |
LTieIntConsumer.recursive(LFunction<LTieIntConsumer<T>,LTieIntConsumer<T>> selfLambda) |
static <T> LTieIntConsumer<T> |
LTieIntConsumer.recursive(LFunction<LTieIntConsumer<T>,LTieIntConsumer<T>> selfLambda) |
static <T> LSupplier<LTieIntConsumer<T>> |
LTieIntConsumer.safeSupplier(LSupplier<LTieIntConsumer<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LTieIntConsumer<T> |
LObjBiIntFunction.thenConsume(LConsumer<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LObjBiIntFunction<T,R> |
LObjBiIntFunction.before(LTieIntConsumer<? super T> before) |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
LObjBiIntPredicate.doIf(T a1,
int a2,
int a3,
LObjBiIntPredicate<T> predicate,
LTieIntConsumer<? super T> consumer) |
default boolean |
LObjBiIntPredicate.doIf(T a1,
int a2,
int a3,
LTieIntConsumer<? super T> consumer) |
default <V> boolean |
LIntPredicate.doIf(V a1,
int a2,
int a3,
LTieIntConsumer<? super V> consumer) |
default <V> boolean |
LBiIntPredicate.doIf(V a1,
int a2,
int a3,
LTieIntConsumer<V> consumer) |
default <V> boolean |
LBiIntPredicate.doIfReverse(V a1,
int a2,
int a3,
LTieIntConsumer<? super V> consumer) |
default <C1,C2,C3> void |
LObjBiIntPredicate.filterForEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,C3,I3> |
LObjBiIntPredicate.filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3> |
LObjBiIntPredicate.filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3,I3> |
LObjBiIntPredicate.filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3> |
LObjBiIntPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3,I3> |
LObjBiIntPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,I2,C3> |
LObjBiIntPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,I2,C3,I3> |
LObjBiIntPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LTieIntConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <V,C0> int |
LIntPredicate.tieForEach(V v,
IndexedRead<C0,aType.aInt> ia,
C0 source,
LTieIntConsumer<V> consumer)
For each element (or tuple) from arguments, calls the consumer (with index) if predicate test passes.
|
default <V,C0,I0> int |
LIntPredicate.tieIterate(V v,
SequentialRead<C0,I0,aType.aInt> sa,
C0 source,
LTieIntConsumer<V> consumer)
For each element (or tuple) from arguments, calls the consumer (with index) if predicate test passes.
|
Copyright © 2019. All rights reserved.