StringOps

scala.collection.StringOps
See theStringOps companion class
object StringOps

Attributes

Companion
class
Source
StringOps.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
StringOps.type

Members list

Type members

Classlikes

class WithFilter(p: Char => Boolean, s: String)

A lazy filtered string.

A lazy filtered string. No filtering is applied until one of foreach, map or flatMap is called.

Attributes

Source
StringOps.scala
Supertypes
class Object
trait Matchable
class Any