Package com.saperion.common.lang.criterion
package com.saperion.common.lang.criterion
Contains the
Criterion interface and some standard implementations for
simple filter-oriented programming.-
ClassDescriptionAndCriterion<T>A
Criterionthat recombines two existing criteria.Criterion<T>An interface to define a criterion (usually for use in some kind of filtering method).Enumerates different behavior types for a call toCriterion.isSatisfiedBy(Object)with anull-value.ACriterionthat tests instances against a specified class.NotCriterion<T>OrCriterion<T>ACriterionthat recombines two existing criteria.