scala.reactive.core.Conqueue

Lazy

case class Lazy[+T](lstack: List[Spine[T]], queue: Conqueue[T], rstack: List[Spine[T]]) extends Conqueue[T] with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, Conqueue[T], Conc[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Lazy
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Conqueue
  7. Conc
  8. AnyRef
  9. Any
Implicitly
  1. by ConqueueOps
  2. by ConcModificationOps
  3. by ConcOps
  4. by ConcDoubleOps
  5. by ConcFloatOps
  6. by ConcLongOps
  7. by ConcIntOps
  8. by ConcCharOps
  9. by ConcByteOps
  10. by any2stringadd
  11. by StringFormat
  12. by Ensuring
  13. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Lazy(lstack: List[Spine[T]], queue: Conqueue[T], rstack: List[Spine[T]])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to any2stringadd[Lazy[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def +:(y: T): Conqueue[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  5. def ->[B](y: B): (Lazy[T], B)

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ArrowAssoc[Lazy[T]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if T is a subclass of Byte with Char with Int with Long with Float with Double (T <: Byte with Char with Int with Long with Float with Double).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def :+(y: T): Conqueue[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  7. def <>(that: Conc[T]): Conc[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcOps[T] performed by method ConcOps in scala.reactive.core.
    Definition Classes
    ConcOps
  8. def <|>(that: Conqueue[T]): Conqueue[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def addIfUnevaluated[U >: T](stack: List[Spine[U]]): List[Spine[U]]

    Definition Classes
    Conqueue
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (Lazy[T]) ⇒ Boolean, msg: ⇒ Any): Lazy[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to Ensuring[Lazy[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Lazy[T]) ⇒ Boolean): Lazy[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to Ensuring[Lazy[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Lazy[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to Ensuring[Lazy[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Lazy[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to Ensuring[Lazy[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def evaluated: Nothing

    Definition Classes
    LazyConqueue
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def foreach[U](f: (T) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcOps[T] performed by method ConcOps in scala.reactive.core.
    Definition Classes
    ConcOps
  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to StringFormat[Lazy[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def head: T

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  24. def init: Conqueue[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  25. def insert(i: Int, y: T): Conc[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcModificationOps[T] performed by method ConcModificationOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConcModificationOps
  26. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def last: T

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  29. def left: Conc[T]

    Definition Classes
    LazyConc
  30. def level: Int

    Definition Classes
    LazyConc
  31. val lstack: List[Spine[T]]

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def nonEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  34. def normalized: Conc[T]

    Definition Classes
    LazyConc
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. val queue: Conqueue[T]

  38. def rappend(y: T): Conc[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcModificationOps[T] performed by method ConcModificationOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConcModificationOps
  39. def rear: Nothing

    Definition Classes
    LazyConqueue
  40. def right: Conc[T]

    Definition Classes
    LazyConc
  41. val rstack: List[Spine[T]]

  42. def size: Int

    Definition Classes
    LazyConc
  43. def split(n: Int): (Conc[T], Conc[T])

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcModificationOps[T] performed by method ConcModificationOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConcModificationOps
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def tail: Conqueue[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConqueueOps
  46. def toConqueue: Conqueue[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcOps[T] performed by method ConcOps in scala.reactive.core.
    Definition Classes
    ConcOps
  47. def update(i: Int, y: T): Conc[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcModificationOps[T] performed by method ConcModificationOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Definition Classes
    ConcModificationOps
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def [B](y: B): (Lazy[T], B)

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ArrowAssoc[Lazy[T]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if T is a subclass of Byte with Char with Int with Long with Float with Double (T <: Byte with Char with Int with Long with Float with Double).
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def apply(i: Int): Double

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcDoubleOps performed by method ConcDoubleOps in scala.reactive.core. This conversion will take place only if T is a subclass of Double (T <: Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcDoubleOps).apply(i)
    Definition Classes
    ConcDoubleOps
  2. def apply(i: Int): Float

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcFloatOps performed by method ConcFloatOps in scala.reactive.core. This conversion will take place only if T is a subclass of Float (T <: Float).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcFloatOps).apply(i)
    Definition Classes
    ConcFloatOps
  3. def apply(i: Int): Long

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcLongOps performed by method ConcLongOps in scala.reactive.core. This conversion will take place only if T is a subclass of Long (T <: Long).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcLongOps).apply(i)
    Definition Classes
    ConcLongOps
  4. def apply(i: Int): Int

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcIntOps performed by method ConcIntOps in scala.reactive.core. This conversion will take place only if T is a subclass of Int (T <: Int).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcIntOps).apply(i)
    Definition Classes
    ConcIntOps
  5. def apply(i: Int): Char

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcCharOps performed by method ConcCharOps in scala.reactive.core. This conversion will take place only if T is a subclass of Char (T <: Char).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcCharOps).apply(i)
    Definition Classes
    ConcCharOps
  6. def apply(i: Int): Byte

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcByteOps performed by method ConcByteOps in scala.reactive.core. This conversion will take place only if T is a subclass of Byte (T <: Byte).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcByteOps).apply(i)
    Definition Classes
    ConcByteOps
  7. val self: Conqueue[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConqueueOps[T] performed by method ConqueueOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConqueueOps[T]).self
    Definition Classes
    ConqueueOps
  8. val self: Conc[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcModificationOps[T] performed by method ConcModificationOps in scala.reactive.core. This conversion will take place only if T is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (T: ClassTag).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcModificationOps[T]).self
    Definition Classes
    ConcModificationOps
  9. val self: Conc[T]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcOps[T] performed by method ConcOps in scala.reactive.core.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcOps[T]).self
    Definition Classes
    ConcOps
  10. val self: Conc[Double]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcDoubleOps performed by method ConcDoubleOps in scala.reactive.core. This conversion will take place only if T is a subclass of Double (T <: Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcDoubleOps).self
    Definition Classes
    ConcDoubleOps
  11. val self: Conc[Float]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcFloatOps performed by method ConcFloatOps in scala.reactive.core. This conversion will take place only if T is a subclass of Float (T <: Float).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcFloatOps).self
    Definition Classes
    ConcFloatOps
  12. val self: Conc[Long]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcLongOps performed by method ConcLongOps in scala.reactive.core. This conversion will take place only if T is a subclass of Long (T <: Long).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcLongOps).self
    Definition Classes
    ConcLongOps
  13. val self: Conc[Int]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcIntOps performed by method ConcIntOps in scala.reactive.core. This conversion will take place only if T is a subclass of Int (T <: Int).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcIntOps).self
    Definition Classes
    ConcIntOps
  14. val self: Conc[Char]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcCharOps performed by method ConcCharOps in scala.reactive.core. This conversion will take place only if T is a subclass of Char (T <: Char).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcCharOps).self
    Definition Classes
    ConcCharOps
  15. val self: Conc[Byte]

    Implicit information
    This member is added by an implicit conversion from Lazy[T] to ConcByteOps performed by method ConcByteOps in scala.reactive.core. This conversion will take place only if T is a subclass of Byte (T <: Byte).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (lazy: ConcByteOps).self
    Definition Classes
    ConcByteOps

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from Conqueue[T]

Inherited from Conc[T]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ConqueueOps from Lazy[T] to ConqueueOps[T]

Inherited by implicit conversion ConcModificationOps from Lazy[T] to ConcModificationOps[T]

Inherited by implicit conversion ConcOps from Lazy[T] to ConcOps[T]

Inherited by implicit conversion ConcDoubleOps from Lazy[T] to ConcDoubleOps

Inherited by implicit conversion ConcFloatOps from Lazy[T] to ConcFloatOps

Inherited by implicit conversion ConcLongOps from Lazy[T] to ConcLongOps

Inherited by implicit conversion ConcIntOps from Lazy[T] to ConcIntOps

Inherited by implicit conversion ConcCharOps from Lazy[T] to ConcCharOps

Inherited by implicit conversion ConcByteOps from Lazy[T] to ConcByteOps

Inherited by implicit conversion any2stringadd from Lazy[T] to any2stringadd[Lazy[T]]

Inherited by implicit conversion StringFormat from Lazy[T] to StringFormat[Lazy[T]]

Inherited by implicit conversion Ensuring from Lazy[T] to Ensuring[Lazy[T]]

Inherited by implicit conversion ArrowAssoc from Lazy[T] to ArrowAssoc[Lazy[T]]

Ungrouped