Package org.burningwave.core.classes
Class JavaClass.Criteria
java.lang.Object
org.burningwave.core.Criteria<JavaClass,JavaClass.Criteria,Criteria.TestContext<JavaClass,JavaClass.Criteria>>
org.burningwave.core.classes.JavaClass.Criteria
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable
- Enclosing class:
- JavaClass
protected static class JavaClass.Criteria extends Criteria<JavaClass,JavaClass.Criteria,Criteria.TestContext<JavaClass,JavaClass.Criteria>>
-
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 Modifier Constructor Description protectedCriteria() -
Method Summary
Modifier and Type Method Description static JavaClass.Criteriacreate()Methods inherited from class org.burningwave.core.Criteria
allThoseThatMatch, allThoseThatMatch, and, and, close, concat, concat, createCopy, createTestContext, getContextWithFalsePredicateForNullPredicate, getContextWithTruePredicateForNullPredicate, getPredicateOrFalsePredicateIfPredicateIsNull, getPredicateOrTruePredicateIfPredicateIsNull, getPredicateWrapper, hasNoPredicate, logicOperation, 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
-
Criteria
protected Criteria()
-
-
Method Details
-
create
-