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

io.smooth.constraint.resolution.ConstraintResolution.kt Maven / Gradle / Ivy

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