ReplaceState

final case class ReplaceState(url: AbsUrl) extends RouteCmd[Unit]

Updates the most recent entry on the history stack to have the specified data, title, and, if provided, URL.

Updates the most recent entry on the history stack to have the specified data, title, and, if provided, URL.

trait Serializable
trait Product
trait Equals
class RouteCmd[Unit]
class Object
trait Matchable
class Any

Value members

Inherited methods

@inline
final def <<[B](prev: RouteCmd[B]): RouteCmd[Unit]
Inherited from
RouteCmd
final def >>[B](next: RouteCmd[B]): RouteCmd[B]
Inherited from
RouteCmd
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product