public ReactorView<R extends Reactor<?,?,?>>
A ReactorView displays data. The view binds user inputs to the action stream and binds the view states to each UI component. There's no business logic in a view layer. A view just defines how to map the action stream and the state stream.
Reference: https://github.com/ReactorKit/ReactorKit
| Modifier and Type | Method and Description |
|---|---|
void |
bind(R reactor) |
io.reactivex.disposables.CompositeDisposable |
getDisposables() |
R |
getReactor() |