History

harness.webUI.Raise$.History$
See theHistory companion trait
object History

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class Go(delta: Int) extends History

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait History
trait Standard
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
final case class Push(page: Url) extends History

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait History
trait Standard
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
final case class Replace(page: Url) extends History

Attributes

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

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 go(delta: Int): Go
inline def push(url: Url): Push
inline def replace(url: Url): Replace

Concrete fields

val back: Go
val forward: Go