Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply[S1, S2, A](f: (S1) ⇒ (S2, A)): IndexedState[S1, S2, A]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
constantIndexedState[S1, S2, A](a: A, s: ⇒ S2): IndexedState[S1, S2, A]
-
def
constantState[S, A](a: A, s: ⇒ S): State[S, A]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
get[S]: State[S, S]
-
final
def
getClass(): Class[_]
-
def
gets[S, T](f: (S) ⇒ T): State[S, T]
-
def
hashCode(): Int
-
def
iModify[S1, S2](f: (S1) ⇒ S2): IndexedState[S1, S2, Unit]
-
def
iPut[S1, S2](s: S2): IndexedState[S1, S2, Unit]
-
def
init[S]: State[S, S]
-
final
def
isInstanceOf[T0]: Boolean
-
def
modify[S](f: (S) ⇒ S): State[S, Unit]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
put[S](s: S): State[S, Unit]
-
def
state[S, A](a: A): State[S, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any