Packages

object Modifiable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Modifiable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[T <: Txn[T], E[~ <: Txn[~]] <: Elem[~]](implicit tx: T): Modifiable[T, E[T]]
  2. implicit def format[T <: Txn[T], A <: Elem[T]]: TFormat[T, Modifiable[T, A]]
  3. def read[T <: Txn[T], A <: Elem[T]](in: DataInput)(implicit tx: T): Modifiable[T, A]
  4. def unapply[T <: Txn[T], A](v: BiPin[T, A]): Option[Modifiable[T, A]]

    Extractor to check if a BiPin is actually a BiPin.Modifiable.