Class

io.reactors.common

<>

Related Doc: package common

Permalink

case class <>[+T](left: Conc[T], right: Conc[T]) extends Conc[T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Conc[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. <>
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Conc
  7. AnyRef
  8. 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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new <>(left: Conc[T], right: Conc[T])

    Permalink

Value Members

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to any2stringadd[<>[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (<>[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ArrowAssoc[<>[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]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcOps[T] performed by method ConcOps in io.reactors.common.
    Definition Classes
    ConcOps
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcOps[T] performed by method ConcOps in io.reactors.common.
    Definition Classes
    ConcOps
  16. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def insert(i: Int, y: T): Conc[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcModificationOps[T] performed by method ConcModificationOps in io.reactors.common. 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
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val left: Conc[T]

    Permalink
    Definition Classes
    <>Conc
  21. val level: Int

    Permalink
    Definition Classes
    <>Conc
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def normalized: Conc[T]

    Permalink
    Definition Classes
    Conc
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcModificationOps[T] performed by method ConcModificationOps in io.reactors.common. 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
  27. val right: Conc[T]

    Permalink
    Definition Classes
    <>Conc
  28. val size: Int

    Permalink
    Definition Classes
    <>Conc
  29. def split(n: Int): (Conc[T], Conc[T])

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcModificationOps[T] performed by method ConcModificationOps in io.reactors.common. 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
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toConqueue: Conqueue[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcOps[T] performed by method ConcOps in io.reactors.common.
    Definition Classes
    ConcOps
  32. def update(i: Int, y: T): Conc[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcModificationOps[T] performed by method ConcModificationOps in io.reactors.common. 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. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (<>[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ArrowAssoc[<>[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

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcDoubleOps performed by method ConcDoubleOps in io.reactors.common. 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:
    (<>: ConcDoubleOps).apply(i)
    Definition Classes
    ConcDoubleOps
  2. def apply(i: Int): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcFloatOps performed by method ConcFloatOps in io.reactors.common. 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:
    (<>: ConcFloatOps).apply(i)
    Definition Classes
    ConcFloatOps
  3. def apply(i: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcLongOps performed by method ConcLongOps in io.reactors.common. 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:
    (<>: ConcLongOps).apply(i)
    Definition Classes
    ConcLongOps
  4. def apply(i: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcIntOps performed by method ConcIntOps in io.reactors.common. 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:
    (<>: ConcIntOps).apply(i)
    Definition Classes
    ConcIntOps
  5. def apply(i: Int): Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcCharOps performed by method ConcCharOps in io.reactors.common. 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:
    (<>: ConcCharOps).apply(i)
    Definition Classes
    ConcCharOps
  6. def apply(i: Int): Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcByteOps performed by method ConcByteOps in io.reactors.common. 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:
    (<>: ConcByteOps).apply(i)
    Definition Classes
    ConcByteOps
  7. val self: Conc[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcModificationOps[T] performed by method ConcModificationOps in io.reactors.common. 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:
    (<>: ConcModificationOps[T]).self
    Definition Classes
    ConcModificationOps
  8. val self: Conc[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcOps[T] performed by method ConcOps in io.reactors.common.
    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:
    (<>: ConcOps[T]).self
    Definition Classes
    ConcOps
  9. val self: Conc[Double]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcDoubleOps performed by method ConcDoubleOps in io.reactors.common. 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:
    (<>: ConcDoubleOps).self
    Definition Classes
    ConcDoubleOps
  10. val self: Conc[Float]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcFloatOps performed by method ConcFloatOps in io.reactors.common. 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:
    (<>: ConcFloatOps).self
    Definition Classes
    ConcFloatOps
  11. val self: Conc[Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcLongOps performed by method ConcLongOps in io.reactors.common. 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:
    (<>: ConcLongOps).self
    Definition Classes
    ConcLongOps
  12. val self: Conc[Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcIntOps performed by method ConcIntOps in io.reactors.common. 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:
    (<>: ConcIntOps).self
    Definition Classes
    ConcIntOps
  13. val self: Conc[Char]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcCharOps performed by method ConcCharOps in io.reactors.common. 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:
    (<>: ConcCharOps).self
    Definition Classes
    ConcCharOps
  14. val self: Conc[Byte]

    Permalink
    Implicit information
    This member is added by an implicit conversion from <>[T] to ConcByteOps performed by method ConcByteOps in io.reactors.common. 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:
    (<>: ConcByteOps).self
    Definition Classes
    ConcByteOps

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Conc[T]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ConcModificationOps from <>[T] to ConcModificationOps[T]

Inherited by implicit conversion ConcOps from <>[T] to ConcOps[T]

Inherited by implicit conversion ConcDoubleOps from <>[T] to ConcDoubleOps

Inherited by implicit conversion ConcFloatOps from <>[T] to ConcFloatOps

Inherited by implicit conversion ConcLongOps from <>[T] to ConcLongOps

Inherited by implicit conversion ConcIntOps from <>[T] to ConcIntOps

Inherited by implicit conversion ConcCharOps from <>[T] to ConcCharOps

Inherited by implicit conversion ConcByteOps from <>[T] to ConcByteOps

Inherited by implicit conversion any2stringadd from <>[T] to any2stringadd[<>[T]]

Inherited by implicit conversion StringFormat from <>[T] to StringFormat[<>[T]]

Inherited by implicit conversion Ensuring from <>[T] to Ensuring[<>[T]]

Inherited by implicit conversion ArrowAssoc from <>[T] to ArrowAssoc[<>[T]]

Ungrouped