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