Closed shairez closed 3 years ago
Sometimes I want to buffer emitted values in the setup of the test and to play them in a specific time.
This could be done with the window operator combined with mergeAll.
window
mergeAll
EDIT: Brett Bernstein suggested the name nextWithValues which is better IMO
nextWithValues
Sometimes I want to buffer emitted values in the setup of the test and to play them in a specific time.
This could be done with the
window
operator combined withmergeAll
.EDIT: Brett Bernstein suggested the name
nextWithValues
which is better IMO