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