CC

case
class CC(node: Node, chan: Ex[Int], num: Ex[Int]) extends Control with Ex[Int] with Model[Int]
Companion
object
trait Serializable
trait Model[Int]
trait Source[Int]
trait Sink[Int]
trait Ex[Int]
trait Flow
trait Control
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] = IControl[T] & IExpr[T, Int]

Value members

Concrete methods

def apply(): Ex[Int]
override
def productPrefix: String
Definition Classes
Product
def update(x: Ex[Int]): Unit

Inherited methods

final
def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def token: AnyRef
Inherited from
Control

Inherited fields

@transient
final protected
val ref: Object
Inherited from
Lazy