final case class Sequence(value: Long) extends Offset with Ordered[Sequence] with Product with Serializable
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- Sequence
- Serializable
- Serializable
- Product
- Equals
- Ordered
- Comparable
- Offset
- AnyRef
- Any
                  Implicitly
                  
                  
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
              Visibility
              
        - 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): (Sequence, B)
- 
      
      
      
        
      
    
      
        
        def
      
      
        <(that: Sequence): Boolean
      
      
      - Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        <=(that: Sequence): Boolean
      
      
      - Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        >(that: Sequence): Boolean
      
      
      - Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        >=(that: Sequence): Boolean
      
      
      - Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compare(that: Sequence): Int
      
      
      - Definition Classes
- Sequence → Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compareTo(that: Sequence): Int
      
      
      - Definition Classes
- Ordered → Comparable
 
-  def ensuring(cond: (Sequence) ⇒ Boolean, msg: ⇒ Any): Sequence
-  def ensuring(cond: (Sequence) ⇒ Boolean): Sequence
-  def ensuring(cond: Boolean, msg: ⇒ Any): Sequence
-  def ensuring(cond: Boolean): Sequence
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
-  def formatted(fmtstr: String): String
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
-  val value: Long
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
-  def →[B](y: B): (Sequence, B)
Shadowed Implicit Value Members
- 
      
      
      
        
      
    
      
        
        def
      
      
        <(that: Sequence): Boolean
      
      
      - Implicit
- This member is added by an implicit conversion from Sequence to Ordered[Sequence] 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:(sequence: Ordered[Sequence]).<(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        <=(that: Sequence): Boolean
      
      
      - Implicit
- This member is added by an implicit conversion from Sequence to Ordered[Sequence] 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:(sequence: Ordered[Sequence]).<=(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        >(that: Sequence): Boolean
      
      
      - Implicit
- This member is added by an implicit conversion from Sequence to Ordered[Sequence] 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:(sequence: Ordered[Sequence]).>(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        >=(that: Sequence): Boolean
      
      
      - Implicit
- This member is added by an implicit conversion from Sequence to Ordered[Sequence] 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:(sequence: Ordered[Sequence]).>=(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compare(that: Sequence): Int
      
      
      - Implicit
- This member is added by an implicit conversion from Sequence to Ordered[Sequence] 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:(sequence: Ordered[Sequence]).compare(that) 
- Definition Classes
- Ordered
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compareTo(that: Sequence): Int
      
      
      - Implicit
- This member is added by an implicit conversion from Sequence to Ordered[Sequence] 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:(sequence: Ordered[Sequence]).compareTo(that) 
- Definition Classes
- Ordered → Comparable