RoutingState

kreuzberg.extras.SimpleRouter.RoutingState
See theRoutingState companion trait
object RoutingState

Attributes

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

Members list

Type members

Classlikes

case object Empty extends RoutingState

Not yet initialized

Not yet initialized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait RoutingState
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
case class Failed(url: UrlResource, route: Route, error: Throwable) extends RoutingState

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RoutingState
class Object
trait Matchable
class Any
Show all
case class Loaded(url: UrlResource, route: Route, component: Component) extends RoutingState

Loaded state.

Loaded state.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RoutingState
class Object
trait Matchable
class Any
Show all
case class Loading(url: UrlResource, route: Route, invocation: Identifier) extends RoutingState

Loading the next state.

Loading the next state.

Value parameters

invocation

an id to correlate result to loading, otherwise we may overwrite forwarded states.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RoutingState
class Object
trait Matchable
class Any
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