Packages

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class WebSocket extends Product with Serializable

Deprecated Type Members

  1. type Reducer[A, M] = (M, A) => (M, Observable[A])

    A Function that applies an Action onto the Stores current state.

    A Function that applies an Action onto the Stores current state.

    Annotations
    @deprecated
    Deprecated

    (Since version ) Use colibri.Subject and pattern matching to build your own Store

  2. class Storage extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version ) Use colibri.jsdom.Storage instead

Deprecated Value Members

  1. object Http
    Annotations
    @deprecated
    Deprecated

    (Since version ) Use org.scalajs.dom.fetch instead, you can render future or js.Promise responses in the dom as usual

  2. object LocalStorage extends Storage
    Annotations
    @deprecated
    Deprecated

    (Since version ) Use colibri.jsdom.Storage.Local instead

  3. object Reducer
    Annotations
    @deprecated
    Deprecated

    (Since version ) Use colibri.Subject and pattern matching to build your own Store

  4. object SessionStorage extends Storage
    Annotations
    @deprecated
    Deprecated

    (Since version ) Use colibri.jsdom.Storage.Session instead

  5. object Store
    Annotations
    @deprecated
    Deprecated

    (Since version ) Use colibri.Subject and pattern matching to build your own Store

  6. object WebSocket extends Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version ) Use org.scalajs.dom.WebSocket directly instead

Inherited from AnyRef

Inherited from Any

Ungrouped