Packages

object Edit extends ProductReader[Ex[Edit]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Edit
  2. ProductReader
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Apply(e: Ex[Edit], act: Act) extends Act with Product with Serializable
  2. final case class Named(e: Ex[Edit], name: Ex[String], act: Act*) extends Act with Product with Serializable
  3. implicit final class Ops extends AnyVal

Value Members

  1. def apply(): Ex[Edit]
  2. def read(in: RefMapIn, key: String, arity: Int, adj: Int): Ex[Edit]
    Definition Classes
    EditProductReader
  3. object Apply extends ProductReader[Apply] with Serializable
  4. object Named extends ProductReader[Named] with Serializable