Class ConstraintBuilder.Constraint6Builder

  • Enclosing class:
    ConstraintBuilder

    public static final class ConstraintBuilder.Constraint6Builder
    extends java.lang.Object
    Builder for giving a constraint on six parameters the corresponding BooleanFunction6.
    • Method Detail

      • by

        public Constraint by​(BooleanFunction6<?,​?,​?,​?,​?,​?> constraint)
        Specified the ConstraintFunction as a BooleanFunction6 for the given parameters.
        Parameters:
        constraint - the constraint function on the parameters
        Returns:
        a constraint with the given parameters and constraint function