StateTFunctions

class Object
trait Matchable
class Any
object StateT

Value members

Concrete methods

def constantStateT[S, F[_], A](a: A)(s: => S)(implicit F: Applicative[F]): StateT[S, F, A]
def stateT[S, F[_], A](a: A)(implicit F: Applicative[F]): StateT[S, F, A]

Inherited methods

def constantIndexedStateT[S1, S2, F[_], A](a: A)(s: => S2)(implicit F: Applicative[F]): IndexedStateT[S1, S2, F, A]