case object CompletionStrategy extends Product with Serializable
- Source
- CompletionStrategy.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompletionStrategy
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def draining: CompletionStrategy
Already buffered elements will be signaled before signaling completion.
- def immediately: CompletionStrategy
The completion will be signaled immediately even if elements are still buffered.
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product