Interface Constraint

    • Method Detail

      • eval

        boolean eval​(java.lang.Object o)
        Evaluates the constraint for argument o.
        Parameters:
        o - the object against which the constraint is evaluated.
        Returns:
        true if o meets the constraint, false if it does not.