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