Locator

uk.gov.hmrc.apiplatform.modules.apis.domain.models.Locator
See theLocator companion object
sealed trait Locator[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Both[T]
class Production[T]
class Sandbox[T]

Members list

Value members

Abstract methods

def combine(other: Locator[T]): Locator[T]
def map[A](fn: T => A): Locator[A]
def production: Option[T]
def sandbox: Option[T]