Package

reactify

group

Permalink

package group

Visibility
  1. Public
  2. All

Type Members

  1. case class ChannelGroup[T](name: Option[String], items: List[Channel[T]]) extends Channel[T] with Group[T, Channel[T]] with Product with Serializable

    Permalink
  2. trait Group[T, R <: Reactive[T]] extends AnyRef

    Permalink

    Group represents a simple grouping of multiple underlying instances

  3. case class ValGroup[T](name: Option[String], items: List[Val[T]]) extends Val[T] with Group[T, Val[T]] with Product with Serializable

    Permalink
  4. case class VarGroup[T](name: Option[String], items: List[Var[T]]) extends Var[T] with Group[T, Var[T]] with Product with Serializable

    Permalink

Ungrouped