Nvm I found it: ``` publish { source -> Obs...
# rx
h
Nvm I found it:
Copy code
publish { source ->
    Observable.concat(
      source.take(1),
      source.sample(period, unit, scheduler)
    )
  }