Packages

trait Context[T <: Txn[T], I <: Txn[I]] extends patterns.Context[I]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Context
  2. Context
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def allocToken[A]()(implicit tx: I): It[A]
    Definition Classes
    Context
  2. abstract def expand[A](pat: Pat[A])(implicit tx: I): patterns.Stream[I, A]
    Definition Classes
    Context
  3. abstract def expandDual[A](pat: Pat[A])(implicit tx: T): patterns.Stream[I, A]
  4. abstract def hasNext[A](s: patterns.Stream[I, A])(implicit tx: T): Boolean
  5. abstract def mkItStream[A](token: Int)(implicit tx: I): patterns.Stream[I, A]

    This method should be called by an ItStream when it is expanded (new).

    This method should be called by an ItStream when it is expanded (new). Looks up the ItStreamSource for the token, and invokes its own mkItStream.

    Definition Classes
    Context
  6. abstract def mkRandom(ref: AnyRef)(implicit tx: I): RandomObj[I]

    Creates a new pseudo-random number generator.

    Creates a new pseudo-random number generator.

    Definition Classes
    Context
  7. abstract def next[A](s: patterns.Stream[I, A])(implicit tx: T): A
  8. abstract def registerItStream[A](it: ItStream[I, A])(implicit tx: I): Unit

    This method should be called by an ItStream after it has been read in de-serialization.

    This method should be called by an ItStream after it has been read in de-serialization. Looks up the ItStreamSource for it.token, and invokes its own registerItStream.

    Definition Classes
    Context
  9. abstract def requestInput[V](input: Input { type Value = V })(implicit tx: I): V
    Definition Classes
    Context
  10. abstract def setRandomSeed(n: Long)(implicit tx: I): Unit
    Definition Classes
    Context
  11. implicit abstract def streamFormat[A]: TFormat[I, patterns.Stream[I, A]]
    Definition Classes
    Context
  12. abstract def withItSource[A, B](source: ItStreamSource[I, A])(thunk: => B)(implicit tx: I): B
    Definition Classes
    Context
  13. abstract def withItSources[B](sources: ItStreamSource[I, _]*)(thunk: => B)(implicit tx: I): B
    Definition Classes
    Context

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from patterns.Context[I]

Inherited from AnyRef

Inherited from Any

Ungrouped