object Stream extends Type with Factory
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stream
- Factory
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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[T <: Txn[T]]()(implicit tx: T): Stream[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrSource: String("graph-source")
Source code of the graph function.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def humanName: String
- def init(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 onmkRunner
anddispose
) or not. - def mkRunner[T <: Txn[T]](obj: Stream[T])(implicit tx: T, universe: Universe[T]): Runner[T]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prefix: String
- def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Stream[T]
- def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): lucre.Obj[T]
- final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): lucre.Obj[T]
- implicit def serializer[T <: Txn[T]]: TFormat[T, Stream[T]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tpe: Type
- def tryParse(value: Any): Option[Pat[_]]
- final val typeId: Int(301)
- 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
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated