Location

object Location
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(value: String): Location
def of(values: String*): List[Location]
def of[F[_] : Functor](values: F[String]): F[Location]
def one(values: String): List[Location]