Created
February 10, 2020 00:24
-
-
Save OssamaDroid/dc4d6cb01f8bdb20f7245a0ea7390d34 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private val transformSubmitNameEventToAction: ObservableTransformer<SubmitEvent, SubmitNameAction> = | |
ObservableTransformer { events -> | |
events.map { SubmitNameAction(it.name) } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment