ccrowe
01/16/2017, 8:35 PMsomeObservableSource
.map {
doSomething(it)
it
}
I'm using this observable in several places that could consume the data differently, but I always want to run this same function on the data no matter how its called.