Raise

harness.webUI.Raise$
See theRaise companion trait
object Raise

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Raise.type

Members list

Concise view

Type members

Classlikes

final case class Action[A](action: A) extends Raise[A, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Raise[A, Nothing]
class Object
trait Matchable
class Any
final case class DisplayMessage(message: PageMessage) extends Standard

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Standard
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
object History

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
History.type
sealed trait History extends Standard

Attributes

Companion:
object
Graph
Supertypes
trait Standard
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
Known subtypes
class Go
class Push
class Replace
final case class ModifyState[S](modify: S => S, reRender: Boolean) extends StandardOrUpdate[S]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Raise[Nothing, S]
class Object
trait Matchable
class Any
sealed trait Standard extends StandardOrUpdate[Nothing]

Attributes

Graph
Supertypes
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
Known subtypes
trait History
class Go
class Push
class Replace
sealed trait StandardOrUpdate[+S] extends Raise[Nothing, S]

Attributes

Graph
Supertypes
trait Raise[Nothing, S]
class Object
trait Matchable
class Any
Known subtypes
class ModifyState[S]
trait Standard
trait History
class Go
class Push
class Replace

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

inline def setState[S](f: => S): ModifyState[S]
inline def setStateNoReRender[S](f: => S): ModifyState[S]
inline def updateState[S](f: S => S): ModifyState[S]
inline def updateStateNoReRender[S](f: S => S): ModifyState[S]