Uses of Class
io.github.mmm.base.compare.CompareOperator
-
Packages that use CompareOperator Package Description io.github.mmm.base.compare ContainsCompareOperatorandNumberComparatorthat 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 CompareOperatorCompareOperator. negate()static CompareOperatorCompareOperator. ofSymbol(String value)This method gets theCompareOperatorfor the givensymbol.static CompareOperatorCompareOperator. 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.
-