Interface State<S,A>

All Superinterfaces:
Bindable<State<S,?>,A>, Kind<State<S,?>,A>, Mappable<State<S,?>,A>, StateOf<S,A>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public non-sealed interface State<S,A> extends StateOf<S,A>, Bindable<State<S,?>,A>