Strings

ammonite.terminal.Strings
See theStrings companion object
case class Strings(values: Seq[String])

Implicitly instantiated class letting you pass in a single string or a sequence of strings anywhere a set of prefixes is required

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product