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