Interface ResourceOf<F extends Kind<F,?>,T>

All Superinterfaces:
Kind<Resource<F,?>,T>
All Known Implementing Classes:
Resource

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <F extends Kind<F, ?>, T>
    Resource<F,T>
    toResource(Kind<Resource<F,?>,? extends T> value)
     

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

    fix, kind
  • Method Details