Packages

trait Target[Output] extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Target
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Capture

Abstract Value Members

  1. abstract def capture(): Capture
  2. abstract def drop(capture: Capture): Unit
  3. abstract def emit(capture: Capture): Unit
  4. abstract def write(value: Output): Unit