outwatch.util

Type members

Classlikes

final case class WebSocket
Companion:
object

Deprecated classlikes

object Http
Deprecated
object LocalStorage extends Storage
Deprecated
object Reducer
Deprecated
object SessionStorage extends Storage
Deprecated
class Storage(storage: Storage)
Deprecated
object Store
Deprecated
object WebSocket
Companion:
class
Deprecated

Deprecated types

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.

Type parameters:
A

The Action Type

M

The Model Type

Value parameters:
reducer

The reducing function

Deprecated