package kotlin.jvm.functions; import lanchon.dexpatcher.annotation.DexIgnore; @DexIgnore public interface Function1 { @DexIgnore R invoke(P1 p1); }