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

All Superinterfaces:
Kind<OptionT<F,?>,T>
All Known Subinterfaces:
OptionT<F,T>

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

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

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

    fix, kind
  • Method Details