- getAction() - Method in interface at.florianschuster.androidreactor.Reactor
-
The action from the view. Bind user inputs to this subject.
- getAction() - Method in class at.florianschuster.androidreactor.ViewModelReactor
-
The action from the view. Bind user inputs to this subject.
- getCurrentState() - Method in interface at.florianschuster.androidreactor.Reactor
-
The current state. This value is changed just after the state stream emits a new state.
- getCurrentState() - Method in class at.florianschuster.androidreactor.ViewModelReactor
-
The current state. This value is changed just after the state stream emits a new state.
- getDisposables() - Method in interface at.florianschuster.androidreactor.Reactor
-
The CompositeDisposable that contains the State Stream disposable.
- getDisposables() - Method in interface at.florianschuster.androidreactor.ReactorView
-
The CompositeDisposable that contains all view subscriptions.
- getDisposables() - Method in class at.florianschuster.androidreactor.ViewModelReactor
-
The CompositeDisposable that contains the State Stream disposable.
- getInitialState() - Method in interface at.florianschuster.androidreactor.Reactor
-
The initial state.
- getInitialState() - Method in class at.florianschuster.androidreactor.ViewModelReactor
-
The initial state.
- getReactor() - Method in interface at.florianschuster.androidreactor.ReactorView
-
The Reactor that binds to the View.
- getState() - Method in interface at.florianschuster.androidreactor.Reactor
-
The state stream. Use this observable to observe the state changes.
- getState() - Method in class at.florianschuster.androidreactor.ViewModelReactor
-
The state stream. Use this observable to observe the state changes.