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