Interface FutureOf<T>

All Superinterfaces:
Kind<Future<?>,T>
All Known Subinterfaces:
Future<T>
All Known Implementing Classes:
FutureImpl

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface FutureOf<T> extends Kind<Future<?>,T> permits Future<T>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <T> Future<T>
    toFuture(Kind<Future<?>,? extends T> value)
     

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

    fix, kind
  • Method Details