Package

mhtml

Permalink

package mhtml

Visibility
  1. Public
  2. All

Type Members

  1. final case class Cancelable(cancel: () ⇒ Unit) extends AnyVal with Product with Serializable

    Permalink

    Action that can be used to cancel foreach subscription.

  2. sealed trait Rx[+A] extends AnyRef

    Permalink

    Reactive value of type A.

    Reactive value of type A. Automatically recalculation when one of it's dependencies is updated.

  3. final class Var[A] extends Rx[A]

    Permalink

Value Members

  1. object Cancelable extends Serializable

    Permalink
  2. object Rx

    Permalink
  3. object Var

    Permalink

Ungrouped