LiteralPattern

final case class LiteralPattern(pattern: String) extends Pattern

A pattern matching literally, without any wildcards.

A pattern matching literally, without any wildcards.

trait Serializable
trait Product
trait Equals
trait Pattern
class Object
trait Matchable
class Any

Value members

Concrete methods

override def minWidth: Int
Definition Classes

Inherited methods

final def matcher(input: CharSequence): Matcher

Creates a matcher that will match the given input against this pattern.

Creates a matcher that will match the given input against this pattern.

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