Related to #1797 it looks like we should remove the following unused methods in Actions:
public static <T> Action1<T> onNextFrom(final Observer<T> observer) {
public static <T> Action1<Throwable> onErrorFrom(final Observer<T> observer) {
public static <T> Action1<T> onNextFrom(final Observer<T> observer) {