Interface PromiseLike<T>

All Known Implementing Classes:
LazyPromise

public interface PromiseLike<T>
A useful interface for "promise-like" objects, (actually, our LazyPromise class), so we can expose utility functions that know how to deal with these objects, without actually putting them on the shared classpath.