Packages

object Stream extends Type with Factory

Linear Supertypes
Factory, Type, Type, AnyRef, Any
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
    Stream → Factory
  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()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def humanName: String
    Definition Classes
    Stream → Factory
  14. def init(): Unit
    Definition Classes
    Stream → Type → Type
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isSingleton: Boolean
    Definition Classes
    Stream → Factory
  17. def mkRunner[T <: Txn[T]](obj: Stream[T])(implicit tx: T, universe: Universe[T]): Runner[T]
    Definition Classes
    Stream → Factory
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def prefix: String
    Definition Classes
    Stream → Factory
  22. def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Stream[T]
  23. def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    Stream → Type → Type
  24. final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    Type → Type
  25. implicit def serializer[T <: Txn[T]]: TFormat[T, Stream[T]]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def tpe: Type
    Definition Classes
    Stream → Factory
  29. def tryParse(value: Any): Option[Pat[_]]
  30. final val typeId: Int(301)
    Definition Classes
    Stream → Type
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Factory

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped