Class HasRestrictionNameChangedPredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<AbstractRestrictionModel>

    public class HasRestrictionNameChangedPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<AbstractRestrictionModel>
    Predicate to test if the name has been changed by comparing the name in AbstractRestrictionData to the name in .

    Returns TRUE if the restriction name has been modified; FALSE otherwise.