trait
STFunctions extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
implicit
def
STToIO[A](st: ST[IvoryTower, A]): IO[A]
-
def
accumArray[F[_], A, B](size: Int, f: (A, B) ⇒ A, z: A, ivs: F[(Int, B)])(implicit F: Foldable[F], mf: Manifest[A]): ImmutableArray[A]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
fixST[S, A](k: (⇒ A) ⇒ ST[S, A]): ST[S, A]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newArr[S, A](size: Int, z: A)(implicit arg0: Manifest[A]): ST[S, STArray[S, A]]
-
def
newVar[S]: ~>[Id.Id, [α]ST[S, STRef[S, α]]]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
returnST[S, A](a: ⇒ A): ST[S, A]
-
def
runST[A](f: Forall[[S]ST[S, A]]): A
-
def
st[S, A](f: (Tower[S]) ⇒ (Tower[S], A)): ST[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