All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.smooth.constraint.Constraint.kt Maven / Gradle / Ivy

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