Packages

object Stream extends Type with Factory

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stream
  2. Factory
  3. Type
  4. Type
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class PeerChange[T <: Txn[T]](stream: Stream[T]) extends Update[T] with Product with Serializable
  2. type Repr[~ <: Txn[~]] = Stream[~]
    Definition Classes
    StreamFactory
  3. sealed trait Update[T <: Txn[T]] extends AnyRef

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. def apply[T <: Txn[T]]()(implicit tx: T): Stream[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final val attrSource: String("graph-source")

    Source code of the graph function.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def humanName: String
    Definition Classes
    StreamFactory
  13. def init(): Unit
    Definition Classes
    StreamTypeType
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isSingleton: Boolean

    Whether the factory maintains a singleton instance of a runner that will be returned for multiple mkRunner calls (maintaining an internal use count based on mkRunner and dispose) or not.

    Whether the factory maintains a singleton instance of a runner that will be returned for multiple mkRunner calls (maintaining an internal use count based on mkRunner and dispose) or not. Most objects will not have singleton runners.

    Definition Classes
    StreamFactory
  16. def mkRunner[T <: Txn[T]](obj: Stream[T])(implicit tx: T, universe: Universe[T]): Runner[T]
    Definition Classes
    StreamFactory
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def prefix: String
    Definition Classes
    StreamFactory
  21. def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Stream[T]
  22. def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): lucre.Obj[T]
    Definition Classes
    StreamTypeType
  23. final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): lucre.Obj[T]
    Definition Classes
    TypeType
  24. implicit def serializer[T <: Txn[T]]: TFormat[T, Stream[T]]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def tpe: Type
    Definition Classes
    StreamFactory
  28. def tryParse(value: Any): Option[Pat[_]]
  29. final val typeId: Int(301)
    Definition Classes
    StreamType
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. 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 Factory

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped