class Channel extends Ordered[Channel]
- Alphabetic
- By Inheritance
- Channel
- Ordered
- Comparable
- AnyRef
- Any
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
-  def +(other: String): String
-  def ->[B](y: B): (Channel, B)
- 
      
      
      
        
      
    
      
        
        def
      
      
        <(that: Channel): Boolean
      
      
      - Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        <=(that: Channel): Boolean
      
      
      - Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        >(that: Channel): Boolean
      
      
      - Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        >=(that: Channel): Boolean
      
      
      - Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compare(o: Channel): Int
      
      
      - Definition Classes
- Channel → Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compareTo(that: Channel): Int
      
      
      - Definition Classes
- Ordered → Comparable
 
-  def ensuring(cond: (Channel) ⇒ Boolean, msg: ⇒ Any): Channel
-  def ensuring(cond: (Channel) ⇒ Boolean): Channel
-  def ensuring(cond: Boolean, msg: ⇒ Any): Channel
-  def ensuring(cond: Boolean): Channel
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
-  def formatted(fmtstr: String): String
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-  val pi: PID
-  val pj: PID
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
-  def toSimpleString: String
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- Channel → AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
-  def →[B](y: B): (Channel, B)
Shadowed Implicit Value Members
- 
      
      
      
        
      
    
      
        
        def
      
      
        <(that: Channel): Boolean
      
      
      - Implicit
- This member is added by an implicit conversion from Channel to Ordered[Channel] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
 To access this member you can use a type ascription:(channel: Ordered[Channel]).<(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        <=(that: Channel): Boolean
      
      
      - Implicit
- This member is added by an implicit conversion from Channel to Ordered[Channel] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
 To access this member you can use a type ascription:(channel: Ordered[Channel]).<=(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        >(that: Channel): Boolean
      
      
      - Implicit
- This member is added by an implicit conversion from Channel to Ordered[Channel] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
 To access this member you can use a type ascription:(channel: Ordered[Channel]).>(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        >=(that: Channel): Boolean
      
      
      - Implicit
- This member is added by an implicit conversion from Channel to Ordered[Channel] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
 To access this member you can use a type ascription:(channel: Ordered[Channel]).>=(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compare(that: Channel): Int
      
      
      - Implicit
- This member is added by an implicit conversion from Channel to Ordered[Channel] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
 To access this member you can use a type ascription:(channel: Ordered[Channel]).compare(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compareTo(that: Channel): Int
      
      
      - Implicit
- This member is added by an implicit conversion from Channel to Ordered[Channel] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
 To access this member you can use a type ascription:(channel: Ordered[Channel]).compareTo(that) 
- Definition Classes
- Ordered → Comparable