package io.reactivex; /* loaded from: classes2.dex */ public interface ObservableOperator { Observer a(Observer observer) throws Exception; }