Interface StateOf<S,A>

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

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <S, A> State<S,A>
    toState(Kind<State<S,?>,? extends A> value)
     

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

    fix, kind
  • Method Details

    • toState

      static <S, A> State<S,A> toState(Kind<State<S,?>,? extends A> value)