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

9 lines
230 B
Java

package o;
@FunctionalInterface
/* renamed from: o.fSU, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public interface InterfaceC13150fSU<T1, T2, T3, R> {
R b(T1 t1, T2 t2, T3 t3) throws Throwable;
}