Interface StateTOf<F extends Kind<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
-
Method Details
-
toStateT
-