-
- All Known Subinterfaces:
Call<T>
- All Known Implementing Classes:
Sync
public interface Cont<T>Continuation of an asynchronous operation. Thebind(T)method gets called when the asynchronous operation completes with a value; thetrap(Throwable)method gets called when the asynchronous operation fails with an exception.