Sandbox

uk.gov.hmrc.apiplatform.modules.apis.domain.models.Locator.Sandbox
case class Sandbox[T](value: T) extends Locator[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Locator[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def combine(other: Locator[T]): Locator[T]

Attributes

Definition Classes
def map[A](fn: T => A): Locator[A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val production: Option[T]
val sandbox: Option[T]