io.reactors.common

ConcRope

sealed abstract class ConcRope[+T] extends Conc[T]

Linear Supertypes
Conc[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConcRope
  2. Conc
  3. AnyRef
  4. 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 any2stringfmt
  11. by any2ArrowAssoc
  12. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcRope()

Abstract Value Members

  1. abstract def left: Conc[T]

    Definition Classes
    Conc
  2. abstract def level: Int

    Definition Classes
    Conc
  3. abstract def right: Conc[T]

    Definition Classes
    Conc
  4. abstract def size: Int

    Definition Classes
    Conc

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to ArrowAssoc[ConcRope[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <>(that: Conc[T]): Conc[T]

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

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to Ensuring[ConcRope[T]] performed by method any2Ensuring 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
    Ensuring
  12. def ensuring(cond: (ConcRope[T]) ⇒ Boolean): ConcRope[T]

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to Ensuring[ConcRope[T]] performed by method any2Ensuring 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
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ConcRope[T]

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to Ensuring[ConcRope[T]] performed by method any2Ensuring 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
    Ensuring
  14. def ensuring(cond: Boolean): ConcRope[T]

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to Ensuring[ConcRope[T]] performed by method any2Ensuring 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
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

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

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

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    Conc
  26. final def notify(): Unit

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

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

    Implicit information
    This member is added by an implicit conversion from ConcRope[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
  29. def split(n: Int): (Conc[T], Conc[T])

    Implicit information
    This member is added by an implicit conversion from ConcRope[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

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

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to ConcOps[T] performed by method ConcOps in io.reactors.common.
    Definition Classes
    ConcOps
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def update(i: Int, y: T): Conc[T]

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to ArrowAssoc[ConcRope[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def apply(i: Int): Double

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to StringAdd performed by method any2stringadd in scala.Predef.
    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:
    (concRope: StringAdd).self
    Definition Classes
    StringAdd
  16. val self: Any

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to StringFormat performed by method any2stringfmt in scala.Predef.
    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:
    (concRope: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ConcRope[T]

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to ArrowAssoc[ConcRope[T]] performed by method any2ArrowAssoc in scala.Predef.
    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:
    (concRope: ArrowAssoc[ConcRope[T]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ConcRope[T]

    Implicit information
    This member is added by an implicit conversion from ConcRope[T] to Ensuring[ConcRope[T]] performed by method any2Ensuring 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).
    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:
    (concRope: Ensuring[ConcRope[T]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Conc[T]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

Inherited by implicit conversion any2stringadd from ConcRope[T] to StringAdd

Inherited by implicit conversion any2stringfmt from ConcRope[T] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ConcRope[T] to ArrowAssoc[ConcRope[T]]

Inherited by implicit conversion any2Ensuring from ConcRope[T] to Ensuring[ConcRope[T]]

Ungrouped