CharRanges

fs2.data.text.CharRanges
See theCharRanges companion object
sealed abstract class CharRanges

Attributes

Companion:
object
Source:
CharRanges.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

final def contains(c: Char): Boolean

Attributes

Source:
CharRanges.scala
final def ranges: List[(Char, Char)]

Attributes

Source:
CharRanges.scala
final def union(that: CharRanges): CharRanges

Attributes

Source:
CharRanges.scala