
com.cookingfox.lapasse.api.state.manager.RxStateManager Maven / Gradle / Ivy
package com.cookingfox.lapasse.api.state.manager;
import com.cookingfox.lapasse.api.state.State;
import com.cookingfox.lapasse.api.state.observer.RxStateObserver;
/**
* Extends the state manager with Rx functionality.
*
* @param The concrete type of the state object.
*/
public interface RxStateManager extends RxStateObserver, StateManager {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy