class RangeBased extends CharPredicate
- Source
- CharPredicate.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RangeBased
- CharPredicate
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
++(other: Seq[Char]): CharPredicate
- Definition Classes
- RangeBased → CharPredicate
-
def
++(that: CharPredicate): CharPredicate
- Definition Classes
- RangeBased → CharPredicate
-
def
++(chars: String): CharPredicate
- Definition Classes
- CharPredicate
-
def
++(char: Char): CharPredicate
- Definition Classes
- CharPredicate
-
def
--(other: Seq[Char]): CharPredicate
- Definition Classes
- RangeBased → CharPredicate
-
def
--(that: CharPredicate): CharPredicate
- Definition Classes
- RangeBased → CharPredicate
-
def
--(chars: String): CharPredicate
- Definition Classes
- CharPredicate
-
def
--(char: Char): CharPredicate
- Definition Classes
- CharPredicate
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and(that: (Char) ⇒ Boolean): CharPredicate
- Attributes
- protected
- Definition Classes
- CharPredicate
-
def
andNot(that: (Char) ⇒ Boolean): CharPredicate
- Attributes
- protected
- Definition Classes
- CharPredicate
-
def
andThen[A](g: (Boolean) ⇒ A): (Char) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(c: Char): Boolean
- Definition Classes
- RangeBased → Function1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asMaskBased: MaskBased
- Definition Classes
- CharPredicate
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[A](g: (A) ⇒ Char): (A) ⇒ Boolean
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
firstMatch(string: String): Option[Char]
- Definition Classes
- CharPredicate
-
def
firstMismatch(string: String): Option[Char]
- Definition Classes
- CharPredicate
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
indexOfFirstMatch(string: String): Int
- Definition Classes
- CharPredicate
-
def
indexOfFirstMismatch(string: String): Int
- Definition Classes
- CharPredicate
-
def
intersect(that: CharPredicate): CharPredicate
- Definition Classes
- RangeBased → CharPredicate
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMaskBased: Boolean
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.- Definition Classes
- CharPredicate
-
def
matchesAll(string: String): Boolean
- Definition Classes
- CharPredicate
-
def
matchesAny(string: String): Boolean
- Definition Classes
- CharPredicate
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
negated: CharPredicate
- Definition Classes
- CharPredicate
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
or(that: (Char) ⇒ Boolean): CharPredicate
- Attributes
- protected
- Definition Classes
- CharPredicate
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- RangeBased → Function1 → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()