Package org.burningwave.core.classes
Class MemberCriteria<M extends Member,C extends MemberCriteria<M,C,T>,T extends Criteria.TestContext<M,C>>
java.lang.Object
org.burningwave.core.Criteria<M,C,T>
org.burningwave.core.classes.CriteriaWithClassElementsSupplyingSupport<M,C,T>
org.burningwave.core.classes.MemberCriteria<M,C,T>
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable
- Direct Known Subclasses:
ExecutableMemberCriteria,FieldCriteria
public abstract class MemberCriteria<M extends Member,C extends MemberCriteria<M,C,T>,T extends Criteria.TestContext<M,C>>
extends CriteriaWithClassElementsSupplyingSupport<M,C,T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.burningwave.core.Criteria
Criteria.Simple<E,C extends Criteria.Simple<E, C>>, Criteria.TestContext<E, C extends Criteria<E, C, ?>> -
Field Summary
Fields inherited from class org.burningwave.core.Criteria
logicalOperator, predicate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ClogicOperation(C leftCriteria, C rightCriteria, Function<BiPredicate<T, M>, Function<BiPredicate<? super T, ? super M>, BiPredicate<T, M>>> binaryOperator, C targetCriteria) result(Predicate<Collection<M>> resultPredicate) skip(BiPredicate<Class<?>, Class<?>> predicate) Methods inherited from class org.burningwave.core.classes.CriteriaWithClassElementsSupplyingSupport
close, useClasses, useClassesMethods inherited from class org.burningwave.core.Criteria
allThoseThatMatch, allThoseThatMatch, and, and, concat, concat, createTestContext, getContextWithFalsePredicateForNullPredicate, getContextWithTruePredicateForNullPredicate, getPredicateOrFalsePredicateIfPredicateIsNull, getPredicateOrTruePredicateIfPredicateIsNull, getPredicateWrapper, hasNoPredicate, negate, newInstance, of, of, or, or, testWithFalseResultForNullEntityOrFalseResultForNullPredicate, testWithFalseResultForNullEntityOrTrueResultForNullPredicate, testWithTrueResultForNullEntityOrFalseResultForNullPredicate, testWithTrueResultForNullEntityOrTrueResultForNullPredicateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationId
-
Constructor Details
-
MemberCriteria
public MemberCriteria()
-
-
Method Details
-
skip
-
skip
-
result
-
logicOperation
protected C logicOperation(C leftCriteria, C rightCriteria, Function<BiPredicate<T, M>, Function<BiPredicate<? super T, ? super M>, BiPredicate<T, M>>> binaryOperator, C targetCriteria) - Overrides:
logicOperationin classCriteriaWithClassElementsSupplyingSupport<M extends Member,C extends MemberCriteria<M, C, T>, T extends Criteria.TestContext<M, C>>
-
name
-
createCopy
- Overrides:
createCopyin classCriteriaWithClassElementsSupplyingSupport<M extends Member,C extends MemberCriteria<M, C, T>, T extends Criteria.TestContext<M, C>>
-