Observable Utility Operators in RxJava 1. Overview In this article, we’ll discover some utility operators for working with Observables in RxJava and how to implement custom ones. An operator is a function that takes and alters the behavior of an upstream Observable<T> and returns a downstream Observable<R> or Subscriber, where… Continue Reading rxjava-observable-operators