Optional
Optional wrapper can be to pass nullable value safely through RxJava2 stream. Though Android supports this construct since API level 24, using it is not viable because the SDK has to support lower API levels.
Author
rsubramaniam
Parameters
<T>
the expected type of the nullable value.