package o;
@FunctionalInterface
/* loaded from: classes6.dex */
public interface fSL<T1, T2, R> {
R e(T1 t1, T2 t2) throws Throwable;
}