all

extras.strings.syntax.all
See theall companion object
trait all extends strings, numeric, cases

Attributes

Since

2023-10-03

Companion
object
Graph
Supertypes
trait cases
trait numeric
trait strings
class Object
trait Matchable
class Any
Show all
Known subtypes
object all

Members list

Implicits

Inherited implicits

implicit def ints(n: Int): Ints

Attributes

Inherited from:
numeric
implicit def longs(n: Long): Longs

Attributes

Inherited from:
numeric
implicit def stringCaseOps(s: String): StringCaseOps

Attributes

Inherited from:
cases
implicit def stringSeqCaseOps(ss: Seq[String]): StringSeqCaseOps

Attributes

Inherited from:
cases
implicit def stringSeqOps(ss: Seq[String]): StringSeqOps

Attributes

Inherited from:
strings