Packages

final case class In(a: ADS1X15, chan: Ex[Int]) extends Ex[Int] with Product with Serializable

Linear Supertypes
Serializable, Ex[Int], Flow, Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. In
  2. Serializable
  3. Ex
  4. Flow
  5. Lazy
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new In(a: ADS1X15, chan: Ex[Int])

Type Members

  1. type Repr[T <: Txn[T]] = IExpr[T, Int]
    Definition Classes
    InExFlowLazy

Value Members

  1. val a: ADS1X15
  2. val chan: Ex[Int]
  3. final def expand[T <: Txn[T]](implicit ctx: Context[T], tx: T): Repr[T]
    Definition Classes
    Lazy
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def productPrefix: String
    Definition Classes
    In → Product