package com.google.android.gms.tasks; import androidx.annotation.NonNull; /* loaded from: classes3.dex */ public interface Continuation { TContinuationResult then(@NonNull Task task) throws Exception; }