final class SeqStage[T] extends GraphStageWithMaterializedValue[SinkShape[T], Future[Seq[T]]]
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- SeqStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
                  Implicitly
                  
                  
- by CollectionsHaveToParArray
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
              Visibility
              
        - Public
- All
Instance Constructors
-  new SeqStage()
Type Members
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): (SeqStage[T], B)
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        addAttributes(attr: Attributes): Graph[SinkShape[T], Future[Seq[T]]]
      
      
      - Definition Classes
- Graph
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        async: Graph[SinkShape[T], Future[Seq[T]]]
      
      
      Put an asynchronous boundary around this GraphPut an asynchronous boundary around this Graph- Definition Classes
- Graph
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic with InHandler { val buf: scala.collection.mutable.Builder[T,scala.collection.immutable.Vector[T]] }, Future[Seq[T]])
      
      
      - Definition Classes
- SeqStage → GraphStageWithMaterializedValue
 
-  def ensuring(cond: (SeqStage[T]) ⇒ Boolean, msg: ⇒ Any): SeqStage[T]
-  def ensuring(cond: (SeqStage[T]) ⇒ Boolean): SeqStage[T]
-  def ensuring(cond: Boolean, msg: ⇒ Any): SeqStage[T]
-  def ensuring(cond: Boolean): SeqStage[T]
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
-  val in: Inlet[T]
- 
      
      
      
        
      
    
      
        
        def
      
      
        initialAttributes: Attributes
      
      
      - Attributes
- protected
- Definition Classes
- SeqStage → GraphStageWithMaterializedValue
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        lazy val
      
      
        module: Module
      
      
      INTERNAL API. INTERNAL API. Every materializable element must be backed by a stream layout module - Definition Classes
- GraphStageWithMaterializedValue → Graph
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        named(name: String): Graph[SinkShape[T], Future[Seq[T]]]
      
      
      - Definition Classes
- Graph
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
 
-  val shape: SinkShape[T]
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toParArray: ParArray[T]
      
      
      - Implicit
- This member is added by an implicit conversion from SeqStage[T] to CollectionsHaveToParArray[SeqStage[T], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (SeqStage[T]) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- CollectionsHaveToParArray
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- SeqStage → AnyRef → Any
 
- 
      
      
      
        
      
    
      
        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( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        withAttributes(attr: Attributes): Graph[SinkShape[T], Future[Seq[T]]]
      
      
      - Definition Classes
- GraphStageWithMaterializedValue → Graph
 
-  def →[B](y: B): (SeqStage[T], B)