object IndexedState extends StateFunctions
- Source
- package.scala
- Alphabetic
- By Inheritance
- IndexedState
- StateFunctions
- IndexedStateFunctions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[S1, S2, A](f: (S1) ⇒ (S2, A)): IndexedState[S1, S2, A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- def constantIndexedState[S1, S2, A](a: A, s: ⇒ S2): IndexedState[S1, S2, A]
- Definition Classes
- IndexedStateFunctions
- def constantState[S, A](a: A, s: ⇒ S): State[S, A]
- Definition Classes
- StateFunctions
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get[S]: State[S, S]
- Definition Classes
- StateFunctions
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def gets[S, T](f: (S) ⇒ T): State[S, T]
- Definition Classes
- StateFunctions
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def iModify[S1, S2](f: (S1) ⇒ S2): IndexedState[S1, S2, Unit]
- Definition Classes
- IndexedStateFunctions
- def iPut[S1, S2](s: S2): IndexedState[S1, S2, Unit]
- Definition Classes
- IndexedStateFunctions
- def init[S]: State[S, S]
- Definition Classes
- StateFunctions
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modify[S](f: (S) ⇒ S): State[S, Unit]
- Definition Classes
- StateFunctions
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def put[S](s: S): State[S, Unit]
- Definition Classes
- StateFunctions
- def state[S, A](a: A): State[S, A]
- Definition Classes
- StateFunctions
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])