Interface StateTOf<F extends Kind<F,?>,S,A>

All Superinterfaces:
Kind<StateT<F,S,?>,A>
All Known Subinterfaces:
StateT<F,S,A>

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface StateTOf<F extends Kind<F,?>,S,A> extends Kind<StateT<F,S,?>,A> permits StateT<F,S,A>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <F extends Kind<F, ?>, S, A>
    StateT<F,S,A>
    toStateT(Kind<StateT<F,S,?>,? extends A> value)
     

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

    fix, kind
  • Method Details

    • toStateT

      static <F extends Kind<F, ?>, S, A> StateT<F,S,A> toStateT(Kind<StateT<F,S,?>,? extends A> value)