package io.reactivex.functions; /* loaded from: classes2.dex */ public interface BiConsumer { void a(T1 t1, T2 t2) throws Exception; }