package io.reactivex.functions;

/* JADX INFO: loaded from: classes.dex */
public interface Function<T, R> {
    R apply(T t) throws Exception;
}
