PrefixedStringOps

final case class PrefixedStringOps(s: String) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def prefix(implicit ev: Prefixed[String, String]): AppliedPrism[String, String]

stripping a prefix from a string

stripping a prefix from a string

Inherited methods

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