RedirectUrl

uk.gov.hmrc.play.bootstrap.binders.RedirectUrl
See theRedirectUrl companion object
case class RedirectUrl(url: String)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get[T[_]](policy: RedirectUrlPolicy[T])(implicit f: Applicative[T]): T[SafeRedirectUrl]
def getEither[T[_]](policy: RedirectUrlPolicy[T])(implicit f: Applicative[T]): T[Either[String, SafeRedirectUrl]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val unsafeValue: String