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