Related to #1797 it looks like we should remove the following unused methods in `Actions`: ``` java 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) { ```