Interface PromiseOf<T>

All Superinterfaces:
Kind<Promise<?>,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
    Modifier and Type
    Method
    Description
    static <T> Promise<T>
    toPromise(Kind<Promise<?>,? extends T> value)
     

    Methods inherited from interface com.github.tonivade.purefun.Kind

    fix, kind
  • Method Details