Action.kt |
|
256 |
Dispatcher.kt |
|
607 |
Presenter.kt |
Called by the fragment when the back button is pressed.
@return `true` if the back button event has been handled by the presenter.
By default, returns false, in which case Android handles the event.
|
1043 |
StackReplaySubject.kt |
A ReplaySubject that emits the top most item on subscription.
It also contains methods that manipulate the stack, but these do not affect any subscribed observers.
For provenance, this was largely derived from PublishSubject, converted to Kotlin and a history stack added.
|
7902 |