io.smooth.constraint.Constraint.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
import io.smooth.constraint.resolution.ConstraintResolution
import kotlinx.coroutines.flow.Flow
import javax.inject.Provider
interface Constraint> {
suspend fun check(): Flow
fun resolutions(): List>>?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy