| Continuation | Continuation | |||
|---|---|---|---|---|
| Compiled from "Continuation.java" | Compiled from "Continuation.java" | |||
| public interface com.google.firebase.tasks.Continuation<TResult, TContinuationRe sult> { | public interface com.google.firebase.tasks.Continuation<T, R> { | |||
| public abstract TContinuationResult then(com.google.firebase.tasks.Task<TResul t>) throws java.lang.Exception; | public abstract R then(com.google.firebase.tasks.Task<T>) throws java.lang.Exc eption; | |||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41 | ||||