Uses of Class
io.github.nscuro.versatile.Constraint
Packages that use Constraint
-
Uses of Constraint in io.github.nscuro.versatile
Methods in io.github.nscuro.versatile that return ConstraintModifier and TypeMethodDescriptionVers.Builder.createConstraint(Comparator comparator, String version) Vers.Builder.parseConstraint(String constraintStr) Methods in io.github.nscuro.versatile that return types with arguments of type ConstraintModifier and TypeMethodDescriptionVers.constraints()Returns the value of theconstraintsrecord component.static List<Constraint>Vers.removeUnboundedConstraints(Vers vers) Methods in io.github.nscuro.versatile with parameters of type ConstraintModifier and TypeMethodDescriptionintConstraint.compareTo(Constraint other) Vers.Builder.withConstraint(Constraint constraint) Constructor parameters in io.github.nscuro.versatile with type arguments of type ConstraintModifierConstructorDescriptionVers(String scheme, List<Constraint> constraints) Creates an instance of aVersrecord class.