@FunctionalInterface public interface LObjIntFltPredicate<T> extends MetaPredicate, MetaInterface.NonThrowing, Codomain<aType.aBool>, Domain3<aType.a<T>,aType.aInt,aType.aFloat>
Non-throwing functional interface (lambda) LObjIntFltPredicate for Java 8.
Type: predicate
Domain (lvl: 3): T a1,int a2,float a3
Co-domain: boolean
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntFltPredicate.LFltIntObjPred<T>
Permutation of LObjIntFltPredicate for method references.
|
static interface |
LObjIntFltPredicate.LFltObjIntPred<T>
Permutation of LObjIntFltPredicate for method references.
|
static interface |
LObjIntFltPredicate.LIntFltObjPred<T>
Permutation of LObjIntFltPredicate for method references.
|
static interface |
LObjIntFltPredicate.LIntObjFltPred<T>
Permutation of LObjIntFltPredicate for method references.
|
static interface |
LObjIntFltPredicate.LObjFltIntPred<T>
Permutation of LObjIntFltPredicate for method references.
|
static class |
LObjIntFltPredicate.LObjIntFltPredicateSingle<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(float a3,
int a2,
T a1)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(float a3,
T a1,
int a2)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(int a2,
float a3,
T a1)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(int a2,
T a1,
float a3)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(T a1,
float a3,
int a2)
Returns FALSE.
|
static <T> boolean |
alwaysFalse(T a1,
int a2,
float a3)
Returns FALSE.
|
static <T> boolean |
alwaysTrue(float a3,
int a2,
T a1)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(float a3,
T a1,
int a2)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(int a2,
float a3,
T a1)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(int a2,
T a1,
float a3)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(T a1,
float a3,
int a2)
Returns TRUE.
|
static <T> boolean |
alwaysTrue(T a1,
int a2,
float a3)
Returns TRUE.
|
default LObjIntFltPredicate<T> |
and(LObjIntFltPredicate<? super T> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default <V> LObjIntFltFunction<T,V> |
boolToObjIntFltFunc(LBoolFunction<? extends V> after)
Combines two functions together in a order.
|
default LObjIntFltPredicate<T> |
boolToObjIntFltPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LTieFltFunction<T> |
boolToTieFltFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
static <T> boolean |
call(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> lambda) |
default LBoolSupplier |
capture(T a1,
int a2,
float a3)
Captures arguments but delays the evaluation.
|
default <V2> LObjIntFltPredicate<V2> |
cast()
Cast that replace generics.
|
static <V2,T> LObjIntFltPredicate<V2> |
cast(LObjIntFltPredicate<T> function)
Cast that replace generics.
|
default <V1> LObjIntFltPredicate<V1> |
compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T> LObjIntFltPredicate<V1> |
composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LFltUnaryOperator before3,
LObjIntFltPredicate<T> after) |
static <V1,V2,V3,T> |
composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToFltFunction<? super V3> before3,
LObjIntFltPredicate<T> after) |
static <T> LObjIntFltPredicate<T> |
constant(boolean r)
Creates function that always returns the same value.
|
default boolean |
doApplyAsBoolean(T a1,
int a2,
float a3)
For convenience, where “test()” makes things more confusing than “applyAsBoolean()”.
|
default boolean |
doIf(T a1,
int a2,
float a3,
LAction action) |
static <T> boolean |
doIf(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> predicate,
LAction action) |
static <T> boolean |
doIf(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> predicate,
LTieFltConsumer<? super T> consumer) |
default boolean |
doIf(T a1,
int a2,
float a3,
LTieFltConsumer<? super T> consumer) |
static <T> LObjIntFltPredicate<T> |
failSafe(LObjIntFltPredicate<T> func,
LObjIntFltPredicate<T> failSafe) |
default boolean |
failSafeTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> failSafe) |
static <T> boolean |
failSafeTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
LObjIntFltPredicate<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.aFloat> ia3,
C3 source3,
LTieFltConsumer<? 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.aFloat> sa3,
C3 source3,
LTieFltConsumer<? 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.aFloat> ia3,
C3 source3,
LTieFltConsumer<? 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.aFloat> sa3,
C3 source3,
LTieFltConsumer<? 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.aFloat> ia3,
C3 source3,
LTieFltConsumer<? 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.aFloat> sa3,
C3 source3,
LTieFltConsumer<? 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.aFloat> ia3,
C3 source3,
LTieFltConsumer<? 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.aFloat> sa3,
C3 source3,
LTieFltConsumer<? super T> consumer)
For each element (or tuple) from arguments, calls the consumer if predicate test passes.
|
static <T> LObjIntFltPredicate.LFltIntObjPred<T> |
fltIntObjPred(LObjIntFltPredicate.LFltIntObjPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntFltPredicate.LFltObjIntPred<T> |
fltObjIntPred(LObjIntFltPredicate.LFltObjIntPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> void |
fromTill(int min_a2,
int max_a2,
T a1,
float a3,
LObjIntFltPredicate<T> func)
From-To.
|
static <T> void |
fromTo(int min_a2,
int max_a2,
T a1,
float a3,
LObjIntFltPredicate<T> func)
From-To.
|
default String |
functionalInterfaceDescription()
Returns description of the functional interface.
|
default LObjIntFltPredicate<T> |
handling(HandlingInstructions<Throwable,RuntimeException> handling) |
default boolean |
handlingTest(T a1,
int a2,
float a3,
HandlingInstructions<Throwable,RuntimeException> handling)
Function call that handles exceptions according to the instructions.
|
static <T> boolean |
handlingTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LObjIntFltPredicate.LIntFltObjPred<T> |
intFltObjPred(LObjIntFltPredicate.LIntFltObjPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntFltPredicate.LIntObjFltPred<T> |
intObjFltPred(LObjIntFltPredicate.LIntObjFltPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntFltPredicate<T> |
isEqual(T v1,
int v2,
float v3)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LObjIntFltPredicate<T> |
negate()
Returns a predicate that represents the logical negation of this predicate.
|
default boolean |
nestingTest(T a1,
int a2,
float a3)
Function call that handles exceptions by always nesting checked exceptions and propagating the others as is.
|
default boolean |
nonNullTest(T a1,
int a2,
float a3)
Just to mirror the method: Ensures the result is not null
|
static <T> LObjIntFltPredicate.LObjFltIntPred<T> |
objFltIntPred(LObjIntFltPredicate.LObjFltIntPred<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntFltPredicate<T> |
objIntFltPred(LObjIntFltPredicate<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> |
objIntFltPredCompose(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToFltFunction<? super V3> before3)
Allows to manipulate the domain of the function.
|
static <T> LObjIntFltPredicate<T> |
objIntFltPredThrowing(ExF<Throwable> exF) |
static <T> LObjIntFltPredicate<T> |
objIntFltPredThrowing(String message,
ExMF<Throwable> exF) |
default LObjIntFltPredicate<T> |
or(LObjIntFltPredicate<? super T> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T> LObjIntFltPredicate<T> |
recursive(LFunction<LObjIntFltPredicate<T>,LObjIntFltPredicate<T>> selfLambda) |
static <T> LObjIntFltPredicate<T> |
safe()
Safe instance.
|
static <T> LObjIntFltPredicate<T> |
safe(LObjIntFltPredicate<T> other)
Safe wrapping.
|
static <T> LSupplier<LObjIntFltPredicate<T>> |
safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LObjIntFltPredicate<T>> |
safeSupplier(LSupplier<LObjIntFltPredicate<T>> supplier)
Safe supplier.
|
default boolean |
shovingTest(T a1,
int a2,
float 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,
float a3) |
default boolean |
test(T a1,
int a2,
float a3,
ExWF<RuntimeException> exF) |
default boolean |
test(T a1,
int a2,
float a3,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> LObjIntFltPredicate<T> |
test1st(LPredicate<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LObjIntFltPredicate<T> |
test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntFltPredicate<T> |
test3rd(LFltPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default boolean |
testThen(T a1,
int a2,
float a3,
LPredicate<Throwable> handler) |
boolean |
testX(T a1,
int a2,
float a3)
Implement this, but call test(T a1,int a2,float a3)
|
static <T> void |
throwIf(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T> void |
throwIfNot(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T> void |
times(int max_a2,
T a1,
float a3,
LObjIntFltPredicate<T> func)
From-To.
|
default LObjIntFltPredicate<T> |
trying(ExWF<RuntimeException> exF) |
default LObjIntFltPredicate<T> |
trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LObjIntFltPredicate<T> |
tryingThen(LPredicate<Throwable> handler) |
static <T> boolean |
tryTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func) |
static <T> boolean |
tryTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
ExWF<RuntimeException> exF) |
static <T> boolean |
tryTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> boolean |
tryTestThen(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
LPredicate<Throwable> handler) |
default boolean |
tupleTest(LObjIntFltTriple<T> args) |
static <T> LObjIntFltPredicate<T> |
uncurry(LFunction<T,LIntFunction<LFltPredicate>> func) |
default LObjIntFltPredicate |
untyped()
Cast that removes generics.
|
default LObjIntFltPredicate<T> |
xor(LObjIntFltPredicate<? 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, float a3)
boolean testX(T a1, int a2, float a3) throws Throwable
Implement this, but call test(T a1,int a2,float a3)
Throwabledefault boolean tupleTest(LObjIntFltTriple<T> args)
default boolean handlingTest(T a1, int a2, float a3, HandlingInstructions<Throwable,RuntimeException> handling)
Function call that handles exceptions according to the instructions.
default LObjIntFltPredicate<T> handling(HandlingInstructions<Throwable,RuntimeException> handling)
default boolean test(T a1, int a2, float a3, @Nonnull ExWMF<RuntimeException> exF, @Nonnull String newMessage, @Nullable Object... messageParams)
default LObjIntFltPredicate<T> trying(@Nonnull ExWMF<RuntimeException> exF, @Nonnull String newMessage, @Nullable Object... messageParams)
default boolean test(T a1, int a2, float a3, @Nonnull ExWF<RuntimeException> exF)
default LObjIntFltPredicate<T> trying(@Nonnull ExWF<RuntimeException> exF)
default boolean testThen(T a1, int a2, float a3, @Nonnull LPredicate<Throwable> handler)
default LObjIntFltPredicate<T> tryingThen(@Nonnull LPredicate<Throwable> handler)
default boolean nestingTest(T a1, int a2, float a3)
Function call that handles exceptions by always nesting checked exceptions and propagating the others as is.
default boolean shovingTest(T a1, int a2, float 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,
float a3,
LObjIntFltPredicate<T> func,
HandlingInstructions<Throwable,RuntimeException> handling)
static <T> boolean tryTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func)
static <T> boolean tryTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
@Nonnull
ExWMF<RuntimeException> exF,
@Nonnull
String newMessage,
@Nullable
Object... messageParams)
static <T> boolean tryTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
@Nonnull
ExWF<RuntimeException> exF)
static <T> boolean tryTestThen(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
@Nonnull
LPredicate<Throwable> handler)
default boolean failSafeTest(T a1, int a2, float a3, @Nonnull LObjIntFltPredicate<T> failSafe)
static <T> boolean failSafeTest(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> func,
@Nonnull
LObjIntFltPredicate<T> failSafe)
static <T> LObjIntFltPredicate<T> failSafe(LObjIntFltPredicate<T> func, @Nonnull LObjIntFltPredicate<T> failSafe)
static <T> boolean doIf(T a1,
int a2,
float a3,
@Nonnull
LObjIntFltPredicate<T> predicate,
@Nonnull
LAction action)
static <T> boolean doIf(T a1,
int a2,
float a3,
@Nonnull
LObjIntFltPredicate<T> predicate,
@Nonnull
LTieFltConsumer<? super T> consumer)
default boolean doIf(T a1, int a2, float a3, @Nonnull LTieFltConsumer<? super T> consumer)
static <T> void throwIf(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> pred,
ExMF<RuntimeException> factory,
@Nonnull
String newMessage,
@Nullable
Object... messageParams)
static <T> void throwIfNot(T a1,
int a2,
float a3,
LObjIntFltPredicate<T> pred,
ExMF<RuntimeException> factory,
@Nonnull
String newMessage,
@Nullable
Object... messageParams)
default boolean nonNullTest(T a1, int a2, float a3)
Just to mirror the method: Ensures the result is not null
default boolean doApplyAsBoolean(T a1, int a2, float 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,
float a3,
LObjIntFltPredicate<T> func)
From-To. Intended to be used with non-capturing lambda.
static <T> void fromTill(int min_a2,
int max_a2,
T a1,
float a3,
LObjIntFltPredicate<T> func)
From-To. Intended to be used with non-capturing lambda.
static <T> void times(int max_a2,
T a1,
float a3,
LObjIntFltPredicate<T> func)
From-To. Intended to be used with non-capturing lambda.
static <T> LObjIntFltPredicate<T> uncurry(LFunction<T,LIntFunction<LFltPredicate>> func)
default LObjIntFltPredicate untyped()
Cast that removes generics.
default <V2> LObjIntFltPredicate<V2> cast()
Cast that replace generics.
static <V2,T> LObjIntFltPredicate<V2> cast(LObjIntFltPredicate<T> function)
Cast that replace generics.
default LBoolSupplier capture(T a1, int a2, float a3)
Captures arguments but delays the evaluation.
static <T> LObjIntFltPredicate<T> constant(boolean r)
Creates function that always returns the same value.
@Nonnull static <T> LObjIntFltPredicate<T> test1st(@Nonnull LPredicate<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
@Nonnull static <T> LObjIntFltPredicate<T> test2nd(@Nonnull LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
@Nonnull static <T> LObjIntFltPredicate<T> test3rd(@Nonnull LFltPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
@Nonnull static <T> LObjIntFltPredicate<T> objIntFltPred(@Nonnull LObjIntFltPredicate<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> LObjIntFltPredicate<T> recursive(@Nonnull LFunction<LObjIntFltPredicate<T>,LObjIntFltPredicate<T>> selfLambda)
@Nonnull static <T> LObjIntFltPredicate<T> objIntFltPredThrowing(@Nonnull ExF<Throwable> exF)
@Nonnull static <T> LObjIntFltPredicate<T> objIntFltPredThrowing(String message, @Nonnull ExMF<Throwable> exF)
@Nonnull static <T> LObjIntFltPredicate.LObjFltIntPred<T> objFltIntPred(@Nonnull LObjIntFltPredicate.LObjFltIntPred<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> LObjIntFltPredicate.LIntObjFltPred<T> intObjFltPred(@Nonnull LObjIntFltPredicate.LIntObjFltPred<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> LObjIntFltPredicate.LIntFltObjPred<T> intFltObjPred(@Nonnull LObjIntFltPredicate.LIntFltObjPred<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> LObjIntFltPredicate.LFltObjIntPred<T> fltObjIntPred(@Nonnull LObjIntFltPredicate.LFltObjIntPred<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> LObjIntFltPredicate.LFltIntObjPred<T> fltIntObjPred(@Nonnull LObjIntFltPredicate.LFltIntObjPred<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,
float a3,
@Nonnull
LObjIntFltPredicate<T> lambda)
@Nonnull static <T> LObjIntFltPredicate<T> safe()
Safe instance. That always returns the same value (as alwaysFalse).
@Nonnull static <T> LSupplier<LObjIntFltPredicate<T>> safeSupplier()
Safe instance supplier. Returns supplier of safe() instance.
@Nonnull static <T> LObjIntFltPredicate<T> safe(@Nullable LObjIntFltPredicate<T> other)
Safe wrapping. Either argument function is returned (if it is not null) or safe() instance.
@Nonnull static <T> LSupplier<LObjIntFltPredicate<T>> safeSupplier(@Nullable LSupplier<LObjIntFltPredicate<T>> supplier)
Safe supplier. Either argument supplier is returned (if it is not null) or supplier of safe() instance.
@Nonnull default LObjIntFltPredicate<T> negate()
Returns a predicate that represents the logical negation of this predicate.
java.util.function.Predicate#negate}@Nonnull default LObjIntFltPredicate<T> and(@Nonnull LObjIntFltPredicate<? 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 LObjIntFltPredicate<T> or(@Nonnull LObjIntFltPredicate<? 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 LObjIntFltPredicate<T> xor(@Nonnull LObjIntFltPredicate<? 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> LObjIntFltPredicate<T> isEqual(T v1, int v2, float v3)
Creates predicate that evaluates if an object is equal with the argument one.
java.util.function.Predicate#isEqual()@Nonnull default <V1> LObjIntFltPredicate<V1> compose(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LIntUnaryOperator before2, @Nonnull LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
static <V1,T> LObjIntFltPredicate<V1> composed(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LIntUnaryOperator before2, @Nonnull LFltUnaryOperator before3, LObjIntFltPredicate<T> after)
@Nonnull default <V1,V2,V3> LTriPredicate<V1,V2,V3> objIntFltPredCompose(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LToIntFunction<? super V2> before2, @Nonnull LToFltFunction<? 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 LToFltFunction<? super V3> before3, LObjIntFltPredicate<T> after)
@Nonnull default <V> LObjIntFltFunction<T,V> boolToObjIntFltFunc(@Nonnull LBoolFunction<? extends V> after)
Combines two functions together in a order.
@Nonnull default LTieFltFunction<T> boolToTieFltFunc(@Nonnull LBoolToIntFunction after)
Combines two functions together in a order.
@Nonnull default LObjIntFltPredicate<T> boolToObjIntFltPred(@Nonnull LLogicalOperator after)
Combines two functions together in a order.
static <T> boolean alwaysTrue(T a1,
int a2,
float a3)
Returns TRUE.
static <T> boolean alwaysFalse(T a1,
int a2,
float a3)
Returns FALSE.
static <T> boolean alwaysTrue(T a1,
float a3,
int a2)
Returns TRUE.
static <T> boolean alwaysFalse(T a1,
float a3,
int a2)
Returns FALSE.
static <T> boolean alwaysTrue(int a2,
T a1,
float a3)
Returns TRUE.
static <T> boolean alwaysFalse(int a2,
T a1,
float a3)
Returns FALSE.
static <T> boolean alwaysTrue(int a2,
float a3,
T a1)
Returns TRUE.
static <T> boolean alwaysFalse(int a2,
float a3,
T a1)
Returns FALSE.
static <T> boolean alwaysTrue(float a3,
T a1,
int a2)
Returns TRUE.
static <T> boolean alwaysFalse(float a3,
T a1,
int a2)
Returns FALSE.
static <T> boolean alwaysTrue(float a3,
int a2,
T a1)
Returns TRUE.
static <T> boolean alwaysFalse(float 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.aFloat> ia3, C3 source3, LTieFltConsumer<? 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.aFloat> ia3, C3 source3, LTieFltConsumer<? 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.aFloat> ia3, C3 source3, LTieFltConsumer<? 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.aFloat> ia3, C3 source3, LTieFltConsumer<? 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.aFloat> sa3, C3 source3, LTieFltConsumer<? 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.aFloat> sa3, C3 source3, LTieFltConsumer<? 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.aFloat> sa3, C3 source3, LTieFltConsumer<? 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.aFloat> sa3, C3 source3, LTieFltConsumer<? 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.