implicit final class IndexedSeqOps[A] extends AnyVal
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
 - By Inheritance
 
                  Inherited
                  
                  
- IndexedSeqOps
 - AnyVal
 - Any
 
                  Implicitly
                  
                  
- by AnyOps
 - by any2stringadd
 - by StringFormat
 - by Ensuring
 - by ArrowAssoc
 
- Hide All
 - Show All
 
              Visibility
              
        - Public
 - All
 
Instance Constructors
-  new IndexedSeqOps(value: IndexedSeq[A])
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        +(other: String): String
      
      
      
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to any2stringadd[IndexedSeqOps[A]] performed by method any2stringadd in scala.Predef.
 - Definition Classes
 - any2stringadd
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        ->[B](y: B): (IndexedSeqOps[A], B)
      
      
      
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to ArrowAssoc[IndexedSeqOps[A]] performed by method ArrowAssoc in scala.Predef.
 - Definition Classes
 - ArrowAssoc
 - Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (IndexedSeqOps[A]) ⇒ Boolean, msg: ⇒ Any): IndexedSeqOps[A]
      
      
      
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to Ensuring[IndexedSeqOps[A]] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (IndexedSeqOps[A]) ⇒ Boolean): IndexedSeqOps[A]
      
      
      
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to Ensuring[IndexedSeqOps[A]] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean, msg: ⇒ Any): IndexedSeqOps[A]
      
      
      
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to Ensuring[IndexedSeqOps[A]] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean): IndexedSeqOps[A]
      
      
      
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to Ensuring[IndexedSeqOps[A]] performed by method Ensuring in scala.Predef.
 - Definition Classes
 - Ensuring
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        formatted(fmtstr: String): String
      
      
      
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to StringFormat[IndexedSeqOps[A]] performed by method StringFormat in scala.Predef.
 - Definition Classes
 - StringFormat
 - Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        future: Future[IndexedSeqOps[A]]
      
      
      
Creates an already completed
Futurecontainingvalue.Creates an already completed
Futurecontainingvalue.- returns
 the already completed
Futurewith the specified result
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to AnyOps[IndexedSeqOps[A]] performed by method AnyOps in scail.commons.ops.
 - Definition Classes
 - AnyOps
 - Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getClass(): Class[_ <: AnyVal]
      
      
      
- Definition Classes
 - AnyVal → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        option: Option[IndexedSeqOps[A]]
      
      
      
Creates an
Optioncontainingvalue.Creates an
Optioncontainingvalue.- returns
 Some(value)ifvalueis notnull,Noneotherwise
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to AnyOps[IndexedSeqOps[A]] performed by method AnyOps in scail.commons.ops.
 - Definition Classes
 - AnyOps
 - Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        randomElement: A
      
      
      
Returns a random element from the collection
Returns a random element from the collection
- returns
 the random element
- Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        tap(f: (IndexedSeqOps[A]) ⇒ Unit): IndexedSeqOps[A]
      
      
      
Applies side-effectul method to
value, returningvalue.Applies side-effectul method to
value, returningvalue.- f
 the side-effectful method to apply to
value- returns
 value
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to AnyOps[IndexedSeqOps[A]] performed by method AnyOps in scail.commons.ops.
 - Definition Classes
 - AnyOps
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        →[B](y: B): (IndexedSeqOps[A], B)
      
      
      
- Implicit
 - This member is added by an implicit conversion from IndexedSeqOps[A] to ArrowAssoc[IndexedSeqOps[A]] performed by method ArrowAssoc in scala.Predef.
 - Definition Classes
 - ArrowAssoc