CList

object CList
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

class CListOps[L <: CList](list: L)

Value members

Concrete methods

def apply(): CNil

Create an empty CList.

Create an empty CList.

Returns

the empty CList

def apply[C <: Component](component: C)(implicit evidence$3: ComponentTag[C]): C &: CNil

Create a CList from a Component.

Create a CList from a Component.

Type Params
C

the Component class.

Value Params
component

the component to build the CList.

Returns

the CList