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

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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
Show all

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]