Packages

object Transformation

Source
Transformation.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transformation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val empty: Transformation

    Starting point for building Transformation.

    Starting point for building Transformation. Registrations of actual transformations must be added. Use Transformation.identity to pass through each event as is.

  2. val identity: Transformation

    No transformation.

    No transformation. Pass through each event as is.