Package io.activej.promise
Interface Promisable<T>
-
- All Known Subinterfaces:
Promise<T>
- All Known Implementing Classes:
CompleteExceptionallyPromise,CompleteNullPromise,CompletePromise,CompleteResultPromise,NextPromise,SettablePromise
public interface Promisable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Promise<T>promise()
-