| 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 |
LBiObjIntConsumer.LInt2Obj0Obj1Cons<T1,T2>
Permutation of LBiObjIntConsumer for method references.
|
static interface |
LBiObjIntConsumer.LInt2Obj1Obj0Cons<T2,T1>
Permutation of LBiObjIntConsumer for method references.
|
static interface |
LBiObjIntConsumer.LObj0Int2Obj1Cons<T1,T2>
Permutation of LBiObjIntConsumer for method references.
|
static interface |
LBiObjIntConsumer.LObj1Int2Obj0Cons<T2,T1>
Permutation of LBiObjIntConsumer for method references.
|
static interface |
LBiObjIntConsumer.LObj1Obj0Int2Cons<T2,T1>
Permutation of LBiObjIntConsumer for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjIntConsumer.LBiObjIntConsumerSingle<T1,T2> |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.accept1st(LConsumer<T1> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.accept2nd(LConsumer<T2> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.accept3rd(LIntConsumer func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.andThen(LBiObjIntConsumer<? super T1,? super T2> after)
Combines two LBiObjIntConsumer<T1,T2> together in a order.
|
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.biObjIntCons(LBiObjIntConsumer<T1,T2> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.biObjIntConsThrowing(ExF<Throwable> exF) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.biObjIntConsThrowing(String message,
ExMF<Throwable> exF) |
default <V2,V3> LBiObjIntConsumer<V2,V3> |
LBiObjIntConsumer.cast()
Cast that replace generics.
|
static <V2,V3,T1,T2> |
LBiObjIntConsumer.cast(LBiObjIntConsumer<T1,T2> function)
Cast that replace generics.
|
default <V1,V2> LBiObjIntConsumer<V1,V2> |
LBiObjIntConsumer.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LIntUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,V2,T1,T2> |
LBiObjIntConsumer.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LIntUnaryOperator before3,
LBiObjIntConsumer<T1,T2> after) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.failSafe(LBiObjIntConsumer<T1,T2> func,
LBiObjIntConsumer<T1,T2> failSafe) |
default LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.recursive(LFunction<LBiObjIntConsumer<T1,T2>,LBiObjIntConsumer<T1,T2>> selfLambda) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.safe()
Safe instance.
|
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.safe(LBiObjIntConsumer<T1,T2> other)
Safe wrapping.
|
default LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.trying(ExWF<RuntimeException> exF) |
default LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.tryingThen(LConsumer<Throwable> handler) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.uncurry(LFunction<T1,LFunction<T2,LIntConsumer>> func) |
default LBiObjIntConsumer |
LBiObjIntConsumer.untyped()
Cast that removes generics.
|
LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.LBiObjIntConsumerSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LSupplier<LBiObjIntConsumer<T1,T2>> |
LBiObjIntConsumer.safeSupplier()
Safe instance supplier.
|
static <T1,T2> LSupplier<LBiObjIntConsumer<T1,T2>> |
LBiObjIntConsumer.safeSupplier(LSupplier<LBiObjIntConsumer<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.andThen(LBiObjIntConsumer<? super T1,? super T2> after)
Combines two LBiObjIntConsumer<T1,T2> together in a order.
|
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.biObjIntCons(LBiObjIntConsumer<T1,T2> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T1,T2> void |
LBiObjIntConsumer.call(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> lambda) |
static <V2,V3,T1,T2> |
LBiObjIntConsumer.cast(LBiObjIntConsumer<T1,T2> function)
Cast that replace generics.
|
static <V1,V2,T1,T2> |
LBiObjIntConsumer.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LIntUnaryOperator before3,
LBiObjIntConsumer<T1,T2> after) |
static <V1,V2,V3,T1,T2> |
LBiObjIntConsumer.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LToIntFunction<? super V3> before3,
LBiObjIntConsumer<T1,T2> after) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.failSafe(LBiObjIntConsumer<T1,T2> func,
LBiObjIntConsumer<T1,T2> failSafe) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.failSafe(LBiObjIntConsumer<T1,T2> func,
LBiObjIntConsumer<T1,T2> failSafe) |
default void |
LBiObjIntConsumer.failSafeAccept(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> failSafe) |
static <T1,T2> void |
LBiObjIntConsumer.failSafeAccept(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> func,
LBiObjIntConsumer<T1,T2> failSafe) |
static <T1,T2> void |
LBiObjIntConsumer.failSafeAccept(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> func,
LBiObjIntConsumer<T1,T2> failSafe) |
static <C1,C2,C3,T1,T2> |
LBiObjIntConsumer.forEach(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,T2> void |
LBiObjIntConsumer.fromTill(int min_a3,
int max_a3,
T1 a1,
T2 a2,
LBiObjIntConsumer<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjIntConsumer.fromTo(int min_a3,
int max_a3,
T1 a1,
T2 a2,
LBiObjIntConsumer<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjIntConsumer.handlingAccept(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <C1,C2,T1,T2> |
LBiObjIntConsumer.indexedForEach(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,C2,I2,T1,T2> |
LBiObjIntConsumer.indexedIterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,I1,C2,T1,T2> |
LBiObjIntConsumer.indexedIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,I1,C2,I2,T1,T2> |
LBiObjIntConsumer.indexedIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer (with index).
|
static <C1,C2,C3,I3,T1,T2> |
LBiObjIntConsumer.iterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,C2,I2,C3,T1,T2> |
LBiObjIntConsumer.iterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,C2,I2,C3,I3,T1,T2> |
LBiObjIntConsumer.iterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,C3,T1,T2> |
LBiObjIntConsumer.iterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,C3,I3,T1,T2> |
LBiObjIntConsumer.iterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2,C3,T1,T2> |
LBiObjIntConsumer.iterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2,C3,I3,T1,T2> |
LBiObjIntConsumer.iterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T2,T1> LObjIntConsumer<T2> |
LBiObjIntConsumer.lShrinked(LOiFunction<T2,T1> left,
LBiObjIntConsumer<T1,T2> func) |
static <T2,T1> LObjIntConsumer<T2> |
LBiObjIntConsumer.lShrinkedc(T1 a1,
LBiObjIntConsumer<T1,T2> func) |
static <T1,T2> LBiConsumer<T1,T2> |
LBiObjIntConsumer.rShrinked(LToIntBiFunction<T1,T2> right,
LBiObjIntConsumer<T1,T2> func) |
static <T1,T2> LBiConsumer<T1,T2> |
LBiObjIntConsumer.rShrinkedc(int a3,
LBiObjIntConsumer<T1,T2> func) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.safe(LBiObjIntConsumer<T1,T2> other)
Safe wrapping.
|
static <T1,C2,C3,T2> |
LBiObjIntConsumer.targetedForEach(T1 a1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,C2,C3,I3,T2> |
LBiObjIntConsumer.targetedIterate(T1 a1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,C2,I2,C3,T2> |
LBiObjIntConsumer.targetedIterate(T1 a1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,C2,I2,C3,I3,T2> |
LBiObjIntConsumer.targetedIterate(T1 a1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,T2> void |
LBiObjIntConsumer.times(int max_a3,
T1 a1,
T2 a2,
LBiObjIntConsumer<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjIntConsumer.tryAccept(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> func) |
static <T1,T2> void |
LBiObjIntConsumer.tryAccept(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> func,
ExWF<RuntimeException> exF) |
static <T1,T2> void |
LBiObjIntConsumer.tryAccept(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiObjIntConsumer.tryAcceptThen(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<T1,T2> func,
LConsumer<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.recursive(LFunction<LBiObjIntConsumer<T1,T2>,LBiObjIntConsumer<T1,T2>> selfLambda) |
static <T1,T2> LBiObjIntConsumer<T1,T2> |
LBiObjIntConsumer.recursive(LFunction<LBiObjIntConsumer<T1,T2>,LBiObjIntConsumer<T1,T2>> selfLambda) |
static <T1,T2> LSupplier<LBiObjIntConsumer<T1,T2>> |
LBiObjIntConsumer.safeSupplier(LSupplier<LBiObjIntConsumer<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjIntConsumer<T1,T2> |
LBiObjIntFunction.thenConsume(LConsumer<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjIntFunction<T1,T2,R> |
LBiObjIntFunction.before(LBiObjIntConsumer<? super T1,? super T2> before) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiObjIntPredicate.doIf(T1 a1,
T2 a2,
int a3,
LBiObjIntConsumer<? super T1,? super T2> consumer) |
static <T1,T2> boolean |
LBiObjIntPredicate.doIf(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> predicate,
LBiObjIntConsumer<? super T1,? super T2> consumer) |
default <V> boolean |
LPredicate.doIf(V a1,
T a2,
int a3,
LBiObjIntConsumer<? super V,? super T> consumer) |
default <V> boolean |
LObjIntPredicate.doIf(V a1,
T a2,
int a3,
LBiObjIntConsumer<V,? super T> consumer) |
default <C1,C2,C3> void |
LBiObjIntPredicate.filterForEach(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,C3,I3> |
LBiObjIntPredicate.filterIterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3> |
LBiObjIntPredicate.filterIterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3,I3> |
LBiObjIntPredicate.filterIterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3> |
LBiObjIntPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3,I3> |
LBiObjIntPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,I2,C3> |
LBiObjIntPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,I2,C3,I3> |
LBiObjIntPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LBiObjIntConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <V,C0> int |
LPredicate.targetedForEach(V v,
IndexedRead<C0,aType.a<T>> ia,
C0 source,
LBiObjIntConsumer<V,T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index) if predicate test passes.
|
default <V,C0,I0> int |
LPredicate.targetedIterate(V v,
SequentialRead<C0,I0,aType.a<T>> sa,
C0 source,
LBiObjIntConsumer<V,T> consumer)
For each element (or tuple) from arguments, calls the consumer (with index) if predicate test passes.
|
Copyright © 2019. All rights reserved.