what-the-bank/sources/o/fSS.java

8 lines
126 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
@FunctionalInterface
/* loaded from: classes.dex */
public interface fSS<T, R> {
R a(T t) throws Throwable;
}