Interface PromiseOf<T>
- All Known Subinterfaces:
Promise<T>
- All Known Implementing Classes:
PromiseImpl
@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor")
public sealed interface PromiseOf<T>
extends Kind<Promise<?>,T>
permits Promise<T>
-
Method Summary
Static Methods
-
Method Details
-
toPromise
-