You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.NullPointerException
at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:39)
at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:29)
at rx.Observable$2.call(Observable.java:159)
The text was updated successfully, but these errors were encountered:
I feel a null Iterable is usually a programming error.I think throwing an NullPointerException in the constructor of OnSubscribeFromIterable is better. RxJava should not hide such error, so that people can find their mistake quickly.
A report from RxJava 0.19.x:
The text was updated successfully, but these errors were encountered: