aggregate( ) — see reduce( )all( ) — determine whether all items emitted by an Observable meet some criteriaamb( ) — given two or more source Observables, emits all of the items from the first of these Observables to emit an itemambWith( ) — instance version of amb( )and( ) — combine the emissions from two or more source Observabl…