package rx.functions; import lanchon.dexpatcher.annotation.DexIgnore; @DexIgnore public interface Action1 { @DexIgnore void call(T t); }