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
Criterion
that 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.ACriterion
that tests instances against a specified class.NotCriterion<T>OrCriterion<T>ACriterion
that recombines two existing criteria.