RangeBased

final class RangeBased extends CharPredicate
trait Char => Boolean
class Object
trait Matchable
class Any

Value members

Inherited methods

def ++(chars: String): CharPredicate
Inherited from:
CharPredicate
Source:
CharPredicate.scala
def ++(char: Char): CharPredicate
Inherited from:
CharPredicate
Source:
CharPredicate.scala
def --(chars: String): CharPredicate
Inherited from:
CharPredicate
Source:
CharPredicate.scala
def --(char: Char): CharPredicate
Inherited from:
CharPredicate
Source:
CharPredicate.scala
def andThen[A](g: Boolean => A): Char => A
Inherited from:
Function1
def compose[A](g: A => Char): A => Boolean
Inherited from:
Function1
def firstMatch(string: String): Option[Char]
Inherited from:
CharPredicate
Source:
CharPredicate.scala

Determines wether this CharPredicate is an instance of the high-performance, constant-time CharPredicate.MaskBased implementation.

Determines wether this CharPredicate is an instance of the high-performance, constant-time CharPredicate.MaskBased implementation.

Inherited from:
CharPredicate
Source:
CharPredicate.scala
def matchesAll(string: String): Boolean
Inherited from:
CharPredicate
Source:
CharPredicate.scala
def matchesAny(string: String): Boolean
Inherited from:
CharPredicate
Source:
CharPredicate.scala