Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package io.reactivex.internal.observers;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface InnerQueuedObserverSupport<T> {
|
||||
void a();
|
||||
|
||||
void a(InnerQueuedObserver<T> innerQueuedObserver);
|
||||
|
||||
void a(InnerQueuedObserver<T> innerQueuedObserver, T t);
|
||||
|
||||
void a(InnerQueuedObserver<T> innerQueuedObserver, Throwable th);
|
||||
}
|
||||
Reference in New Issue
Block a user