Packages

class ChunkTarget[Output] extends Target[Output]

Linear Supertypes
Target[Output], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChunkTarget
  2. Target
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChunkTarget()

Type Members

  1. type Capture = ChunkTarget.Capture[Output]
    Definition Classes
    ChunkTargetTarget

Value Members

  1. def capture(): Capture
    Definition Classes
    ChunkTargetTarget
  2. def drop(capture: Capture): Unit
    Definition Classes
    ChunkTargetTarget
  3. def emit(capture: Capture): Unit
    Definition Classes
    ChunkTargetTarget
  4. def result: Chunk[Output]
  5. def write(value: Output): Unit
    Definition Classes
    ChunkTargetTarget