Packages

p

radhoc

package radhoc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CacheCall[A] extends AnyRef
  2. class CacheCallContent[Request, Response] extends AnyRef

    For many-time loading of content, e.g., via ajax, assuming repeated calls will be cached Request and sendRequest are decoupled because the component is designed to change only when the request changes, since sendRequest functions may be difficult to compare.

  3. case class Cached[A](value: A) extends CacheCall[A] with Product with Serializable
  4. class LocalState[A] extends AnyRef
  5. class ReferenceComponent[A <: TopNode] extends AnyRef
  6. case class Remote[A](future: Future[A]) extends CacheCall[A] with Product with Serializable
  7. case class StateVal[A](get: A, set: (A) ⇒ Callback) extends Product with Serializable

Value Members

  1. object CacheCall

Ungrouped