IndexedStateFunctions

class Object
trait Matchable
class Any
object Scalaz
object State

Value members

Concrete methods

def constantIndexedState[S1, S2, A](a: A, s: => S2): IndexedState[S1, S2, A]
def iModify[S1, S2](f: S1 => S2): IndexedState[S1, S2, Unit]
def iPut[S1, S2](s: S2): IndexedState[S1, S2, Unit]