@FunctionalInterface public interface LObjIntDblPredicate<T> extends MetaPredicate, MetaInterface.NonThrowing, Codomain<aType.aBool>, Domain3<aType.a<T>,aType.aInt,aType.aDouble>
Non-throwing functional interface (lambda) LObjIntDblPredicate for Java 8.
Type: predicate
Domain (lvl: 3): T a1,int a2,double a3
Co-domain: boolean
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntDblPredicate.LDblIntObjPred<T>
Permutation of LObjIntDblPredicate for method references.
|
static interface |
LObjIntDblPredicate.LDblObjIntPred<T>
Permutation of LObjIntDblPredicate for method references.
|
static interface |
LObjIntDblPredicate.LIntDblObjPred<T>
Permutation of LObjIntDblPredicate for method references.
|
static interface |
LObjIntDblPredicate.LIntObjDblPred<T>
Permutation of LObjIntDblPredicate for method references.
|
static interface |
LObjIntDblPredicate.LObjDblIntPred<T>
Permutation of LObjIntDblPredicate for method references.
|
static class |
LObjIntDblPredicate.LObjIntDblPredicateSingle<T> |
MetaInterface.NonThrowing, MetaInterface.Throwing<X>| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
alwaysFalse(double a3,
int a2,
T a1)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(double a3,
T a1,
int a2)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(int a2,
double a3,
T a1)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(int a2,
T a1,
double a3)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(T a1,
double a3,
int a2)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(T a1,
int a2,
double a3)
Returns FALSE.
|
static <T> boolean |
alwaysTrue(double a3,
int a2,
T a1)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(double a3,
T a1,
int a2)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(int a2,
double a3,
T a1)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(int a2,
T a1,
double a3)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(T a1,
double a3,
int a2)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(T a1,
int a2,
double a3)
Returns TRUE.
|
default LObjIntDblPredicate<T> |
and(LObjIntDblPredicate<? super T> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default <V> LObjIntDblFunction<T,V> |
boolToObjIntDblFunc(LBoolFunction<? extends V> after)
Combines two functions together in a order.
|
default LObjIntDblPredicate<T> |
boolToObjIntDblPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LTieDblFunction<T> |
boolToTieDblFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
static <T> boolean |
call(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> lambda) |
default LBoolSupplier |
capture(T a1,
int a2,
double a3)
Captures arguments but delays the evaluation.
|
default <V2> LObjIntDblPredicate<V2> |
cast()
Cast that replace generics.
|
static <V2,T> LObjIntDblPredicate<V2> |
cast(LObjIntDblPredicate<T> function)
Cast that replace generics.
|
default <V1> LObjIntDblPredicate<V1> |
compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LDblUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T> LObjIntDblPredicate<V1> |
composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LDblUnaryOperator before3,
LObjIntDblPredicate<T> after) |
static <V1,V2,V3,T> |
composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToDblFunction<? super V3> before3,
LObjIntDblPredicate<T> after) |
static <T> LObjIntDblPredicate<T> |
constant(boolean r)
Creates function that always returns the same value.
|
static <T> LObjIntDblPredicate.LDblIntObjPred<T> |
dblIntObjPred(LObjIntDblPredicate.LDblIntObjPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntDblPredicate.LDblObjIntPred<T> |
dblObjIntPred(LObjIntDblPredicate.LDblObjIntPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default boolean |
doApplyAsBoolean(T a1,
int a2,
double a3)
For convenience, where “test()” makes things more confusing than “applyAsBoolean()”.
|
default boolean |
doIf(T a1,
int a2,
double a3,
LAction action) |
static <T> boolean |
doIf(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> predicate,
LAction action) |
static <T> boolean |
doIf(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> predicate,
LTieDblConsumer<? super T> consumer) |
default boolean |
doIf(T a1,
int a2,
double a3,
LTieDblConsumer<? super T> consumer) |
static <T> LObjIntDblPredicate<T> |
failSafe(LObjIntDblPredicate<T> func,
LObjIntDblPredicate<T> failSafe) |
default boolean |
failSafeTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> failSafe) |
static <T> boolean |
failSafeTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
LObjIntDblPredicate<T> failSafe) |
default <C1,C2,C3> void |
filterForEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aDouble> ia3,
C3 source3,
LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,C3,I3> |
filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aDouble> sa3,
C3 source3,
LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3> |
filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aDouble> ia3,
C3 source3,
LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,C2,I2,C3,I3> |
filterIterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aDouble> sa3,
C3 source3,
LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3> |
filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aDouble> ia3,
C3 source3,
LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,C3,I3> |
filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aDouble> sa3,
C3 source3,
LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,I2,C3> |
filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aDouble> ia3,
C3 source3,
LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
default <C1,I1,C2,I2,C3,I3> |
filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aDouble> sa3,
C3 source3,
LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
static <T> void |
fromTill(int min_a2,
int max_a2,
T a1,
double a3,
LObjIntDblPredicate<T> func)
From-To.
|
static <T> void |
fromTo(int min_a2,
int max_a2,
T a1,
double a3,
LObjIntDblPredicate<T> func)
From-To.
|
default String |
functionalInterfaceDescription()
Returns description of the functional interface.
|
default LObjIntDblPredicate<T> |
handling(HandlingInstructions<Throwable,RuntimeException> handling) |
default boolean |
handlingTest(T a1,
int a2,
double a3,
HandlingInstructions<Throwable,RuntimeException> handling)
Function call that handles exceptions according to the instructions.
|
static <T> boolean |
handlingTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LObjIntDblPredicate.LIntDblObjPred<T> |
intDblObjPred(LObjIntDblPredicate.LIntDblObjPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntDblPredicate.LIntObjDblPred<T> |
intObjDblPred(LObjIntDblPredicate.LIntObjDblPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntDblPredicate<T> |
isEqual(T v1,
int v2,
double v3)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LObjIntDblPredicate<T> |
negate()
Returns a predicate that represents the logical negation of this predicate.
|
default boolean |
nestingTest(T a1,
int a2,
double a3)
Function call that handles exceptions by always nesting checked exceptions and propagating the others as is.
|
default boolean |
nonNullTest(T a1,
int a2,
double a3)
Just to mirror the method: Ensures the result is not null
|
static <T> LObjIntDblPredicate.LObjDblIntPred<T> |
objDblIntPred(LObjIntDblPredicate.LObjDblIntPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntDblPredicate<T> |
objIntDblPred(LObjIntDblPredicate<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default <V1,V2,V3> LTriPredicate<V1,V2,V3> |
objIntDblPredCompose(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToDblFunction<? super V3> before3)
Allows to manipulate the domain of the function.
|
static <T> LObjIntDblPredicate<T> |
objIntDblPredThrowing(ExF<Throwable> exF) |
static <T> LObjIntDblPredicate<T> |
objIntDblPredThrowing(String message,
ExMF<Throwable> exF) |
default LObjIntDblPredicate<T> |
or(LObjIntDblPredicate<? super T> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T> LObjIntDblPredicate<T> |
recursive(LFunction<LObjIntDblPredicate<T>,LObjIntDblPredicate<T>> selfLambda) |
static <T> LObjIntDblPredicate<T> |
safe()
Safe instance.
|
static <T> LObjIntDblPredicate<T> |
safe(LObjIntDblPredicate<T> other)
Safe wrapping.
|
static <T> LSupplier<LObjIntDblPredicate<T>> |
safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LObjIntDblPredicate<T>> |
safeSupplier(LSupplier<LObjIntDblPredicate<T>> supplier)
Safe supplier.
|
default boolean |
shovingTest(T a1,
int a2,
double a3)
Function call that handles exceptions by always propagating them as is, even when they are undeclared checked ones.
|
default boolean |
test(T a1,
int a2,
double a3) |
default boolean |
test(T a1,
int a2,
double a3,
ExWF<RuntimeException> exF) |
default boolean |
test(T a1,
int a2,
double a3,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> LObjIntDblPredicate<T> |
test1st(LPredicate<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LObjIntDblPredicate<T> |
test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntDblPredicate<T> |
test3rd(LDblPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default boolean |
testThen(T a1,
int a2,
double a3,
LPredicate<Throwable> handler) |
boolean |
testX(T a1,
int a2,
double a3)
Implement this, but call test(T a1,int a2,double a3)
|
static <T> void |
throwIf(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T> void |
throwIfNot(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T> void |
times(int max_a2,
T a1,
double a3,
LObjIntDblPredicate<T> func)
From-To.
|
default LObjIntDblPredicate<T> |
trying(ExWF<RuntimeException> exF) |
default LObjIntDblPredicate<T> |
trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LObjIntDblPredicate<T> |
tryingThen(LPredicate<Throwable> handler) |
static <T> boolean |
tryTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func) |
static <T> boolean |
tryTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
ExWF<RuntimeException> exF) |
static <T> boolean |
tryTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> boolean |
tryTestThen(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
LPredicate<Throwable> handler) |
default boolean |
tupleTest(LObjIntDblTriple<T> args) |
static <T> LObjIntDblPredicate<T> |
uncurry(LFunction<T,LIntFunction<LDblPredicate>> func) |
default LObjIntDblPredicate |
untyped()
Cast that removes generics.
|
default LObjIntDblPredicate<T> |
xor(LObjIntDblPredicate<? super T> other)
Returns a predicate that represents the logical XOR of evaluation of this predicate and the argument one.
|
isPredicateisFunctionformatTo, isAction, isConsumer, isOperator, isSupplierisThrowingisThrowingstatic final String DESCRIPTION
default boolean test(T a1, int a2, double a3)
boolean testX(T a1, int a2, double a3) throws Throwable
Implement this, but call test(T a1,int a2,double a3)
Throwabledefault boolean tupleTest(LObjIntDblTriple<T> args)
default boolean handlingTest(T a1, int a2, double a3, HandlingInstructions<Throwable,RuntimeException> handling)
Function call that handles exceptions according to the instructions.
default LObjIntDblPredicate<T> handling(HandlingInstructions<Throwable,RuntimeException> handling)
default boolean test(T a1, int a2, double a3, @Nonnull ExWMF<RuntimeException> exF, @Nonnull String newMessage, @Nullable Object... messageParams)
default LObjIntDblPredicate<T> trying(@Nonnull ExWMF<RuntimeException> exF, @Nonnull String newMessage, @Nullable Object... messageParams)
default boolean test(T a1, int a2, double a3, @Nonnull ExWF<RuntimeException> exF)
default LObjIntDblPredicate<T> trying(@Nonnull ExWF<RuntimeException> exF)
default boolean testThen(T a1, int a2, double a3, @Nonnull LPredicate<Throwable> handler)
default LObjIntDblPredicate<T> tryingThen(@Nonnull LPredicate<Throwable> handler)
default boolean nestingTest(T a1, int a2, double a3)
Function call that handles exceptions by always nesting checked exceptions and propagating the others as is.
default boolean shovingTest(T a1, int a2, double a3)
Function call that handles exceptions by always propagating them as is, even when they are undeclared checked ones.
static <T> boolean handlingTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
HandlingInstructions<Throwable,RuntimeException> handling)
static <T> boolean tryTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func)
static <T> boolean tryTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
@Nonnull
ExWMF<RuntimeException> exF,
@Nonnull
String newMessage,
@Nullable
Object... messageParams)
static <T> boolean tryTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
@Nonnull
ExWF<RuntimeException> exF)
static <T> boolean tryTestThen(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
@Nonnull
LPredicate<Throwable> handler)
default boolean failSafeTest(T a1, int a2, double a3, @Nonnull LObjIntDblPredicate<T> failSafe)
static <T> boolean failSafeTest(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> func,
@Nonnull
LObjIntDblPredicate<T> failSafe)
static <T> LObjIntDblPredicate<T> failSafe(LObjIntDblPredicate<T> func, @Nonnull LObjIntDblPredicate<T> failSafe)
static <T> boolean doIf(T a1,
int a2,
double a3,
@Nonnull
LObjIntDblPredicate<T> predicate,
@Nonnull
LAction action)
static <T> boolean doIf(T a1,
int a2,
double a3,
@Nonnull
LObjIntDblPredicate<T> predicate,
@Nonnull
LTieDblConsumer<? super T> consumer)
default boolean doIf(T a1, int a2, double a3, @Nonnull LTieDblConsumer<? super T> consumer)
static <T> void throwIf(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> pred,
ExMF<RuntimeException> factory,
@Nonnull
String newMessage,
@Nullable
Object... messageParams)
static <T> void throwIfNot(T a1,
int a2,
double a3,
LObjIntDblPredicate<T> pred,
ExMF<RuntimeException> factory,
@Nonnull
String newMessage,
@Nullable
Object... messageParams)
default boolean nonNullTest(T a1, int a2, double a3)
Just to mirror the method: Ensures the result is not null
default boolean doApplyAsBoolean(T a1, int a2, double a3)
For convenience, where “test()” makes things more confusing than “applyAsBoolean()”.
@Nonnull default String functionalInterfaceDescription()
Returns description of the functional interface.
functionalInterfaceDescription in interface MetaFunctionalInterfacestatic <T> void fromTo(int min_a2,
int max_a2,
T a1,
double a3,
LObjIntDblPredicate<T> func)
From-To. Intended to be used with non-capturing lambda.
static <T> void fromTill(int min_a2,
int max_a2,
T a1,
double a3,
LObjIntDblPredicate<T> func)
From-To. Intended to be used with non-capturing lambda.
static <T> void times(int max_a2,
T a1,
double a3,
LObjIntDblPredicate<T> func)
From-To. Intended to be used with non-capturing lambda.
static <T> LObjIntDblPredicate<T> uncurry(LFunction<T,LIntFunction<LDblPredicate>> func)
default LObjIntDblPredicate untyped()
Cast that removes generics.
default <V2> LObjIntDblPredicate<V2> cast()
Cast that replace generics.
static <V2,T> LObjIntDblPredicate<V2> cast(LObjIntDblPredicate<T> function)
Cast that replace generics.
default LBoolSupplier capture(T a1, int a2, double a3)
Captures arguments but delays the evaluation.
static <T> LObjIntDblPredicate<T> constant(boolean r)
Creates function that always returns the same value.
@Nonnull static <T> LObjIntDblPredicate<T> test1st(@Nonnull LPredicate<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
@Nonnull static <T> LObjIntDblPredicate<T> test2nd(@Nonnull LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
@Nonnull static <T> LObjIntDblPredicate<T> test3rd(@Nonnull LDblPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
@Nonnull static <T> LObjIntDblPredicate<T> objIntDblPred(@Nonnull LObjIntDblPredicate<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T> LObjIntDblPredicate<T> recursive(@Nonnull LFunction<LObjIntDblPredicate<T>,LObjIntDblPredicate<T>> selfLambda)
@Nonnull static <T> LObjIntDblPredicate<T> objIntDblPredThrowing(@Nonnull ExF<Throwable> exF)
@Nonnull static <T> LObjIntDblPredicate<T> objIntDblPredThrowing(String message, @Nonnull ExMF<Throwable> exF)
@Nonnull static <T> LObjIntDblPredicate.LObjDblIntPred<T> objDblIntPred(@Nonnull LObjIntDblPredicate.LObjDblIntPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T> LObjIntDblPredicate.LIntObjDblPred<T> intObjDblPred(@Nonnull LObjIntDblPredicate.LIntObjDblPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T> LObjIntDblPredicate.LIntDblObjPred<T> intDblObjPred(@Nonnull LObjIntDblPredicate.LIntDblObjPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T> LObjIntDblPredicate.LDblObjIntPred<T> dblObjIntPred(@Nonnull LObjIntDblPredicate.LDblObjIntPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T> LObjIntDblPredicate.LDblIntObjPred<T> dblIntObjPred(@Nonnull LObjIntDblPredicate.LDblIntObjPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
static <T> boolean call(T a1,
int a2,
double a3,
@Nonnull
LObjIntDblPredicate<T> lambda)
@Nonnull static <T> LObjIntDblPredicate<T> safe()
Safe instance. That always returns the same value (as alwaysFalse).
@Nonnull static <T> LSupplier<LObjIntDblPredicate<T>> safeSupplier()
Safe instance supplier. Returns supplier of safe() instance.
@Nonnull static <T> LObjIntDblPredicate<T> safe(@Nullable LObjIntDblPredicate<T> other)
Safe wrapping. Either argument function is returned (if it is not null) or safe() instance.
@Nonnull static <T> LSupplier<LObjIntDblPredicate<T>> safeSupplier(@Nullable LSupplier<LObjIntDblPredicate<T>> supplier)
Safe supplier. Either argument supplier is returned (if it is not null) or supplier of safe() instance.
@Nonnull default LObjIntDblPredicate<T> negate()
Returns a predicate that represents the logical negation of this predicate.
java.util.function.Predicate#negate}@Nonnull default LObjIntDblPredicate<T> and(@Nonnull LObjIntDblPredicate<? super T> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
java.util.function.Predicate#and()}@Nonnull default LObjIntDblPredicate<T> or(@Nonnull LObjIntDblPredicate<? super T> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
java.util.function.Predicate#or}@Nonnull default LObjIntDblPredicate<T> xor(@Nonnull LObjIntDblPredicate<? super T> other)
Returns a predicate that represents the logical XOR of evaluation of this predicate and the argument one.
java.util.function.Predicate#or}@Nonnull static <T> LObjIntDblPredicate<T> isEqual(T v1, int v2, double v3)
Creates predicate that evaluates if an object is equal with the argument one.
java.util.function.Predicate#isEqual()@Nonnull default <V1> LObjIntDblPredicate<V1> compose(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LIntUnaryOperator before2, @Nonnull LDblUnaryOperator before3)
Allows to manipulate the domain of the function.
static <V1,T> LObjIntDblPredicate<V1> composed(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LIntUnaryOperator before2, @Nonnull LDblUnaryOperator before3, LObjIntDblPredicate<T> after)
@Nonnull default <V1,V2,V3> LTriPredicate<V1,V2,V3> objIntDblPredCompose(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LToIntFunction<? super V2> before2, @Nonnull LToDblFunction<? super V3> before3)
Allows to manipulate the domain of the function.
static <V1,V2,V3,T> LTriPredicate<V1,V2,V3> composed(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LToIntFunction<? super V2> before2, @Nonnull LToDblFunction<? super V3> before3, LObjIntDblPredicate<T> after)
@Nonnull default <V> LObjIntDblFunction<T,V> boolToObjIntDblFunc(@Nonnull LBoolFunction<? extends V> after)
Combines two functions together in a order.
@Nonnull default LTieDblFunction<T> boolToTieDblFunc(@Nonnull LBoolToIntFunction after)
Combines two functions together in a order.
@Nonnull default LObjIntDblPredicate<T> boolToObjIntDblPred(@Nonnull LLogicalOperator after)
Combines two functions together in a order.
static <T> boolean alwaysTrue(T a1,
int a2,
double a3)
Returns TRUE.
static <T> boolean alwaysFalse(T a1,
int a2,
double a3)
Returns FALSE.
static <T> boolean alwaysTrue(T a1,
double a3,
int a2)
Returns TRUE.
static <T> boolean alwaysFalse(T a1,
double a3,
int a2)
Returns FALSE.
static <T> boolean alwaysTrue(int a2,
T a1,
double a3)
Returns TRUE.
static <T> boolean alwaysFalse(int a2,
T a1,
double a3)
Returns FALSE.
static <T> boolean alwaysTrue(int a2,
double a3,
T a1)
Returns TRUE.
static <T> boolean alwaysFalse(int a2,
double a3,
T a1)
Returns FALSE.
static <T> boolean alwaysTrue(double a3,
T a1,
int a2)
Returns TRUE.
static <T> boolean alwaysFalse(double a3,
T a1,
int a2)
Returns FALSE.
static <T> boolean alwaysTrue(double a3,
int a2,
T a1)
Returns TRUE.
static <T> boolean alwaysFalse(double a3,
int a2,
T a1)
Returns FALSE.
default <C1,C2,C3> void filterForEach(IndexedRead<C1,aType.a<T>> ia1, C1 source1, IndexedRead<C2,aType.aInt> ia2, C2 source2, IndexedRead<C3,aType.aDouble> ia3, C3 source3, LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,I1,C2,C3> void filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1, C1 source1, IndexedRead<C2,aType.aInt> ia2, C2 source2, IndexedRead<C3,aType.aDouble> ia3, C3 source3, LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,C2,I2,C3> void filterIterate(IndexedRead<C1,aType.a<T>> ia1, C1 source1, SequentialRead<C2,I2,aType.aInt> sa2, C2 source2, IndexedRead<C3,aType.aDouble> ia3, C3 source3, LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,I1,C2,I2,C3> void filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1, C1 source1, SequentialRead<C2,I2,aType.aInt> sa2, C2 source2, IndexedRead<C3,aType.aDouble> ia3, C3 source3, LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,C2,C3,I3> void filterIterate(IndexedRead<C1,aType.a<T>> ia1, C1 source1, IndexedRead<C2,aType.aInt> ia2, C2 source2, SequentialRead<C3,I3,aType.aDouble> sa3, C3 source3, LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,I1,C2,C3,I3> void filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1, C1 source1, IndexedRead<C2,aType.aInt> ia2, C2 source2, SequentialRead<C3,I3,aType.aDouble> sa3, C3 source3, LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,C2,I2,C3,I3> void filterIterate(IndexedRead<C1,aType.a<T>> ia1, C1 source1, SequentialRead<C2,I2,aType.aInt> sa2, C2 source2, SequentialRead<C3,I3,aType.aDouble> sa3, C3 source3, LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,I1,C2,I2,C3,I3> void filterIterate(SequentialRead<C1,I1,aType.a<T>> sa1, C1 source1, SequentialRead<C2,I2,aType.aInt> sa2, C2 source2, SequentialRead<C3,I3,aType.aDouble> sa3, C3 source3, LTieDblConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes. Thread safety, fail-fast, fail-safety of this method depends highly on the arguments.
Copyright © 2019. All rights reserved.