Uses of Class
io.github.mmm.base.compare.CompareOperator
-
Packages that use CompareOperator Package Description io.github.mmm.base.compare ContainsCompareOperator
andNumberComparator
that help to compare values.io.github.mmm.validation.main Contains validation support combined with native language support (NLS). -
-
Uses of CompareOperator in io.github.mmm.base.compare
Methods in io.github.mmm.base.compare that return CompareOperator Modifier and Type Method Description abstract CompareOperator
CompareOperator. negate()
static CompareOperator
CompareOperator. ofSymbol(String value)
This method gets theCompareOperator
for the givensymbol
.static CompareOperator
CompareOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompareOperator[]
CompareOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompareOperator in io.github.mmm.validation.main
Constructors in io.github.mmm.validation.main with parameters of type CompareOperator Constructor Description ValidatorCompare(CompareOperator comparator, Supplier<V> valueSource)
The constructor.ValidatorCompare(CompareOperator comparator, V value)
The constructor.
-