package com.facebook.bolts; /* loaded from: classes2.dex */ public interface Continuation { TContinuationResult then(Task task) throws Exception; }