Interface Constrainable<C extends Constrainable<C>>

    • Method Detail

      • constraint

        C constraint​(ConstraintDef<?,​?> definition)
        Adds a new constraint.
        Parameters:
        definition - The constraint to add.
        Returns:
        The current creational context following the method chaining pattern.