Interface Task.Completable<T,R>

Type Parameters:
T - the type of the Task
R - the type of the result
All Superinterfaces:
Task.Collectable<T,R>
Enclosing interface:
Task<T>

public static interface Task.Completable<T,R> extends Task.Collectable<T,R>
A Task.Collectable that supports performing operations when a Task orchestration is complete.