package io.reactivex.functions;

/* JADX INFO: loaded from: classes.dex */
public interface IntFunction<T> {
    T apply(int i) throws Exception;
}
