RedirectToPath

final case class RedirectToPath[Page](path: Path, via: SetRouteVia) extends Redirect[Page]
trait Redirect[Page]
trait ActionF[Nothing, Page, Any]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def map[A](f: Page => A): RedirectToPath[A]
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final override def withEffect[G[_]](implicit G: Sync[G]): RedirectToPath[Page]
Definition Classes
Inherited from:
Redirect