Segment

final case class Segment(content: String) extends AnyVal

A Segment is a simple wrapper around a specific String content between two /.

A Segment is a simple wrapper around a specific String content between two /.

Companion
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def map(f: String => String): Segment

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product