io.smooth.constraint.ConstraintStatus.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of constraints Show documentation
Show all versions of constraints Show documentation
A suite of libraries made to help ease developer's life
The newest version!
package io.smooth.constraint
enum class ConstraintStatus {
CONSTRAINT_MET, CONSTRAINT_NOT_MET
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy