io.smooth.constraint.resolution.ConstraintResolution.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.resolution
import io.smooth.constraint.Constraint
interface ConstraintResolution, Details> {
suspend fun resolve(constraint: C)
suspend fun getDetails(constraint: C): Details
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy