WithFallbackF
final case class WithFallbackF[F[_], Page, Props](rule: RoutingRule[Page, Props], fallbackPath: Page => Path, fallbackAction: (Path, Page) => ActionF[F, Page, Props])(implicit F: Sync[F])
Exhaustive routing rules. For all Pages there are Paths and Actions.
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any