trait BoundedEnumerable[A] extends PartialPreviousUpperBounded[A] with PartialNextLowerBounded[A]
- Alphabetic
 - By Inheritance
 
- BoundedEnumerable
 - PartialNextLowerBounded
 - LowerBounded
 - PartialPreviousUpperBounded
 - UpperBounded
 - PartialNext
 - PartialPrevious
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
Abstract Value Members
- 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        maxBound: A
      
      
      
Returns the upper limit of a type.
Returns the upper limit of a type.
- Definition Classes
 - UpperBounded
 
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        minBound: A
      
      
      
Returns the lower limit of a type.
Returns the lower limit of a type.
- Definition Classes
 - LowerBounded
 
 -  abstract def order: Order[A]
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        partialNext(a: A): Option[A]
      
      
      
- Definition Classes
 - PartialNext
 
 - 
      
      
      
        
      
    
      
        abstract 
        def
      
      
        partialPrevious(a: A): Option[A]
      
      
      
- Definition Classes
 - PartialPrevious
 
 
Concrete Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native() @IntrinsicCandidate()
 
 -  def cycleNext(a: A): A
 -  def cyclePrevious(a: A): A
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @IntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @IntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        membersAscending: Stream[A]
      
      
      
Enumerate the members in ascending order.
Enumerate the members in ascending order.
- Definition Classes
 - PartialNextLowerBounded
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        membersDescending: Stream[A]
      
      
      
Enumerate the members in descending order.
Enumerate the members in descending order.
- Definition Classes
 - PartialPreviousUpperBounded
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @IntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @IntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        partialOrder: PartialOrder[A]
      
      
      
- Definition Classes
 - BoundedEnumerable → LowerBounded → UpperBounded → PartialNext → PartialPrevious
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - 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( ... )