package io.reactivex.functions; /* loaded from: classes2.dex */ public interface Function { R apply(T t) throws Exception; }