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

reactivecircus.blueprint.interactor.InteractorParams.kt Maven / Gradle / Ivy

There is a newer version: 1.18.0
Show newest version
package reactivecircus.blueprint.interactor

/**
 * Interface representing params to be passed in for each interactor.
 * Implement this for each interactor that requires specific params.
 */
public interface InteractorParams

/**
 * A special [InteractorParams] representing empty params.
 * Use this when the interactor requires no params.
 */
public object EmptyParams : InteractorParams




© 2015 - 2024 Weber Informatics LLC | Privacy Policy