Class ConstraintBuilder.Constraint5Builder

  • Enclosing class:
    ConstraintBuilder

    public static final class ConstraintBuilder.Constraint5Builder
    extends java.lang.Object
    Builder for giving a constraint on five parameters the corresponding BooleanFunction5.
    • Method Detail

      • by

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