Interface ConstraintAppender<T,​R>


  • public interface ConstraintAppender<T,​R>
    • Method Detail

      • and

        R and​(T second)
        Parameters:
        second - the second of the (inclusive) constraints. Can be either the high constraint or the low constraint.
        Returns:
        Predicate to continue adding rules.