I was wondering if there shouldn't be an `@javax.annotation.Nonnull` it methods like: `Single.just` `Observable.just` `Observable.fromX` etc? It would improve code quality on client side, since IDE might help detect early and compiler would print warning.