package o;
@FunctionalInterface
/* loaded from: classes.dex */
public interface fSS<T, R> {
R a(T t) throws Throwable;
}