package androidx.arch.core.util;

/* JADX INFO: loaded from: classes.dex */
public interface Function<I, O> {
    O apply(I i2);
}
