package io.reactivex;

/* JADX INFO: loaded from: classes.dex */
public interface FlowableConverter<T, R> {
    R apply(Flowable<T> flowable);
}
