scala.reactive.core.Conqueue

Four

case class Four[+T](_1: Conc[T], _2: Conc[T], _3: Conc[T], _4: Conc[T]) extends Num[T] with Product with Serializable

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

Instance Constructors

  1. new Four(_1: Conc[T], _2: Conc[T], _3: Conc[T], _4: Conc[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 Four[T] to any2stringadd[Four[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Four[T], B)

    Implicit information
    This member is added by an implicit conversion from Four[T] to ArrowAssoc[Four[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()
  5. def <>(that: Conc[T]): Conc[T]

    Implicit information
    This member is added by an implicit conversion from Four[T] to ConcOps[T] performed by method ConcOps in scala.reactive.core.
    Definition Classes
    ConcOps
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  7. val _1: Conc[T]

  8. val _2: Conc[T]

  9. val _3: Conc[T]

  10. val _4: Conc[T]

  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: (Four[T]) ⇒ Boolean, msg: ⇒ Any): Four[T]

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

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

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

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

    Definition Classes
    AnyRef
  18. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  22. def index: Int

    Definition Classes
    FourNum
  23. def insert(i: Int, y: T): Conc[T]

    Implicit information
    This member is added by an implicit conversion from Four[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
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def left: <>[T]

    Definition Classes
    FourConc
  26. def leftmost: Conc[T]

    Definition Classes
    FourNum
  27. def level: Int

    Definition Classes
    FourConc
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def normalized: Conc[T]

    Definition Classes
    FourConc
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. def rappend(y: T): Conc[T]

    Implicit information
    This member is added by an implicit conversion from Four[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
  33. def right: <>[T]

    Definition Classes
    FourConc
  34. def rightmost: Conc[T]

    Definition Classes
    FourNum
  35. def size: Int

    Definition Classes
    FourConc
  36. def split(n: Int): (Conc[T], Conc[T])

    Implicit information
    This member is added by an implicit conversion from Four[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
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toConqueue: Conqueue[T]

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

    Implicit information
    This member is added by an implicit conversion from Four[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
  40. final def wait(): Unit

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

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

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

    Implicit information
    This member is added by an implicit conversion from Four[T] to ArrowAssoc[Four[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 Four[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:
    (four: ConcDoubleOps).apply(i)
    Definition Classes
    ConcDoubleOps
  2. def apply(i: Int): Float

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcFloatOps).apply(i)
    Definition Classes
    ConcFloatOps
  3. def apply(i: Int): Long

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcLongOps).apply(i)
    Definition Classes
    ConcLongOps
  4. def apply(i: Int): Int

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcIntOps).apply(i)
    Definition Classes
    ConcIntOps
  5. def apply(i: Int): Char

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcCharOps).apply(i)
    Definition Classes
    ConcCharOps
  6. def apply(i: Int): Byte

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcByteOps).apply(i)
    Definition Classes
    ConcByteOps
  7. val self: Conc[T]

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcModificationOps[T]).self
    Definition Classes
    ConcModificationOps
  8. val self: Conc[T]

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcOps[T]).self
    Definition Classes
    ConcOps
  9. val self: Conc[Double]

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcDoubleOps).self
    Definition Classes
    ConcDoubleOps
  10. val self: Conc[Float]

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcFloatOps).self
    Definition Classes
    ConcFloatOps
  11. val self: Conc[Long]

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcLongOps).self
    Definition Classes
    ConcLongOps
  12. val self: Conc[Int]

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcIntOps).self
    Definition Classes
    ConcIntOps
  13. val self: Conc[Char]

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcCharOps).self
    Definition Classes
    ConcCharOps
  14. val self: Conc[Byte]

    Implicit information
    This member is added by an implicit conversion from Four[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:
    (four: ConcByteOps).self
    Definition Classes
    ConcByteOps

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from Num[T]

Inherited from Conc[T]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

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

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

Ungrouped