RxJS Studio
Design and test high-order reactive data streams
Pipeline Workbench
Drag and drop to reorder. Containers support inner streams.
#1filter
()
Filter items emitted by the source Observable by only emitting those that satisfy a specified predicate.
#2map
()
Apply a projection function to each value emitted by the source Observable.