package com.google.common.util.concurrent; @ElementTypesAreNonnullByDefault /* loaded from: classes3.dex */ public interface AsyncFunction { ListenableFuture apply(@ParametricNullness I i) throws Exception; }