Interface StateOf<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
-
Method Details
-
toState
-