| 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 |
LBiObjSrtConsumer.LObj0Srt2Obj1Cons<T1,T2>
Permutation of LBiObjSrtConsumer for method references.
|
static interface |
LBiObjSrtConsumer.LObj1Obj0Srt2Cons<T2,T1>
Permutation of LBiObjSrtConsumer for method references.
|
static interface |
LBiObjSrtConsumer.LObj1Srt2Obj0Cons<T2,T1>
Permutation of LBiObjSrtConsumer for method references.
|
static interface |
LBiObjSrtConsumer.LSrt2Obj0Obj1Cons<T1,T2>
Permutation of LBiObjSrtConsumer for method references.
|
static interface |
LBiObjSrtConsumer.LSrt2Obj1Obj0Cons<T2,T1>
Permutation of LBiObjSrtConsumer for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjSrtConsumer.LBiObjSrtConsumerSingle<T1,T2> |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.accept1st(LConsumer<T1> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.accept2nd(LConsumer<T2> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.accept3rd(LSrtConsumer func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.andThen(LBiObjSrtConsumer<? super T1,? super T2> after)
Combines two LBiObjSrtConsumer<T1,T2> together in a order.
|
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.biObjSrtCons(LBiObjSrtConsumer<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> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.biObjSrtConsThrowing(ExF<Throwable> exF) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.biObjSrtConsThrowing(String message,
ExMF<Throwable> exF) |
default <V2,V3> LBiObjSrtConsumer<V2,V3> |
LBiObjSrtConsumer.cast()
Cast that replace generics.
|
static <V2,V3,T1,T2> |
LBiObjSrtConsumer.cast(LBiObjSrtConsumer<T1,T2> function)
Cast that replace generics.
|
default <V1,V2> LBiObjSrtConsumer<V1,V2> |
LBiObjSrtConsumer.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LSrtUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,V2,T1,T2> |
LBiObjSrtConsumer.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LSrtUnaryOperator before3,
LBiObjSrtConsumer<T1,T2> after) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.failSafe(LBiObjSrtConsumer<T1,T2> func,
LBiObjSrtConsumer<T1,T2> failSafe) |
default LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.recursive(LFunction<LBiObjSrtConsumer<T1,T2>,LBiObjSrtConsumer<T1,T2>> selfLambda) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.safe()
Safe instance.
|
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.safe(LBiObjSrtConsumer<T1,T2> other)
Safe wrapping.
|
default LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.trying(ExWF<RuntimeException> exF) |
default LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.tryingThen(LConsumer<Throwable> handler) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.uncurry(LFunction<T1,LFunction<T2,LSrtConsumer>> func) |
default LBiObjSrtConsumer |
LBiObjSrtConsumer.untyped()
Cast that removes generics.
|
LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.LBiObjSrtConsumerSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LSupplier<LBiObjSrtConsumer<T1,T2>> |
LBiObjSrtConsumer.safeSupplier()
Safe instance supplier.
|
static <T1,T2> LSupplier<LBiObjSrtConsumer<T1,T2>> |
LBiObjSrtConsumer.safeSupplier(LSupplier<LBiObjSrtConsumer<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.andThen(LBiObjSrtConsumer<? super T1,? super T2> after)
Combines two LBiObjSrtConsumer<T1,T2> together in a order.
|
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.biObjSrtCons(LBiObjSrtConsumer<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 |
LBiObjSrtConsumer.call(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> lambda) |
static <V2,V3,T1,T2> |
LBiObjSrtConsumer.cast(LBiObjSrtConsumer<T1,T2> function)
Cast that replace generics.
|
static <V1,V2,T1,T2> |
LBiObjSrtConsumer.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LSrtUnaryOperator before3,
LBiObjSrtConsumer<T1,T2> after) |
static <V1,V2,V3,T1,T2> |
LBiObjSrtConsumer.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LToSrtFunction<? super V3> before3,
LBiObjSrtConsumer<T1,T2> after) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.failSafe(LBiObjSrtConsumer<T1,T2> func,
LBiObjSrtConsumer<T1,T2> failSafe) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.failSafe(LBiObjSrtConsumer<T1,T2> func,
LBiObjSrtConsumer<T1,T2> failSafe) |
default void |
LBiObjSrtConsumer.failSafeAccept(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> failSafe) |
static <T1,T2> void |
LBiObjSrtConsumer.failSafeAccept(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func,
LBiObjSrtConsumer<T1,T2> failSafe) |
static <T1,T2> void |
LBiObjSrtConsumer.failSafeAccept(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func,
LBiObjSrtConsumer<T1,T2> failSafe) |
static <C1,C2,C3,T1,T2> |
LBiObjSrtConsumer.forEach(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,T2> void |
LBiObjSrtConsumer.fromTill(int min_i,
int max_i,
T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjSrtConsumer.fromTo(int min_i,
int max_i,
T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjSrtConsumer.handlingAccept(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <C1,C2,C3,I3,T1,T2> |
LBiObjSrtConsumer.iterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,C2,I2,C3,T1,T2> |
LBiObjSrtConsumer.iterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,C2,I2,C3,I3,T1,T2> |
LBiObjSrtConsumer.iterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,C3,T1,T2> |
LBiObjSrtConsumer.iterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,C3,I3,T1,T2> |
LBiObjSrtConsumer.iterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2,C3,T1,T2> |
LBiObjSrtConsumer.iterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <C1,I1,C2,I2,C3,I3,T1,T2> |
LBiObjSrtConsumer.iterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T2,T1> LObjSrtConsumer<T2> |
LBiObjSrtConsumer.lShrinked(LObjSrtFunction<T2,T1> left,
LBiObjSrtConsumer<T1,T2> func) |
static <T2,T1> LObjSrtConsumer<T2> |
LBiObjSrtConsumer.lShrinkedc(T1 a1,
LBiObjSrtConsumer<T1,T2> func) |
static <T1,T2> LBiConsumer<T1,T2> |
LBiObjSrtConsumer.rShrinked(LToSrtBiFunction<T1,T2> right,
LBiObjSrtConsumer<T1,T2> func) |
static <T1,T2> LBiConsumer<T1,T2> |
LBiObjSrtConsumer.rShrinkedc(short a3,
LBiObjSrtConsumer<T1,T2> func) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.safe(LBiObjSrtConsumer<T1,T2> other)
Safe wrapping.
|
static <T1,C2,C3,T2> |
LBiObjSrtConsumer.targetedForEach(T1 a1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,C2,C3,I3,T2> |
LBiObjSrtConsumer.targetedIterate(T1 a1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,C2,I2,C3,T2> |
LBiObjSrtConsumer.targetedIterate(T1 a1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,C2,I2,C3,I3,T2> |
LBiObjSrtConsumer.targetedIterate(T1 a1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer.
|
static <T1,T2> void |
LBiObjSrtConsumer.times(int max_i,
T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjSrtConsumer.tryAccept(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func) |
static <T1,T2> void |
LBiObjSrtConsumer.tryAccept(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func,
ExWF<RuntimeException> exF) |
static <T1,T2> void |
LBiObjSrtConsumer.tryAccept(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiObjSrtConsumer.tryAcceptThen(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<T1,T2> func,
LConsumer<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.recursive(LFunction<LBiObjSrtConsumer<T1,T2>,LBiObjSrtConsumer<T1,T2>> selfLambda) |
static <T1,T2> LBiObjSrtConsumer<T1,T2> |
LBiObjSrtConsumer.recursive(LFunction<LBiObjSrtConsumer<T1,T2>,LBiObjSrtConsumer<T1,T2>> selfLambda) |
static <T1,T2> LSupplier<LBiObjSrtConsumer<T1,T2>> |
LBiObjSrtConsumer.safeSupplier(LSupplier<LBiObjSrtConsumer<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjSrtConsumer<T1,T2> |
LBiObjSrtFunction.thenConsume(LConsumer<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjSrtFunction<T1,T2,R> |
LBiObjSrtFunction.before(LBiObjSrtConsumer<? super T1,? super T2> before) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiObjSrtPredicate.doIf(T1 a1,
T2 a2,
short a3,
LBiObjSrtConsumer<? super T1,? super T2> consumer) |
static <T1,T2> boolean |
LBiObjSrtPredicate.doIf(T1 a1,
T2 a2,
short a3,
LBiObjSrtPredicate<T1,T2> predicate,
LBiObjSrtConsumer<? super T1,? super T2> consumer) |
default <V> boolean |
LObjSrtPredicate.doIf(V a1,
T a2,
short a3,
LBiObjSrtConsumer<V,? super T> consumer) |
default <C1,C2,C3> void |
LBiObjSrtPredicate.filterForEach(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,C3,I3> |
LBiObjSrtPredicate.filterIterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3> |
LBiObjSrtPredicate.filterIterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? 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> |
LBiObjSrtPredicate.filterIterate(IndexedRead<C1,aType.a<T1>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3> |
LBiObjSrtPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? 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> |
LBiObjSrtPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
IndexedRead<C2,aType.a<T2>> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? 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> |
LBiObjSrtPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
IndexedRead<C3,aType.aShort> ia3,
C3 source3,
LBiObjSrtConsumer<? 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> |
LBiObjSrtPredicate.filterIterate(SequentialRead<C1,I1,aType.a<T1>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.a<T2>> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aShort> sa3,
C3 source3,
LBiObjSrtConsumer<? super T1,? super T2> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
Copyright © 2019. All rights reserved.