7 lines
148 B
Java
7 lines
148 B
Java
package io.reactivex.functions;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface BiConsumer<T1, T2> {
|
|
void a(T1 t1, T2 t2) throws Exception;
|
|
}
|