General

org.http4s.internal.CharPredicate$.General
final case class General extends CharPredicate

Attributes

Source
CharPredicate.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Char => Boolean
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
CharPredicate.scala
def ++(chars: Seq[Char]): CharPredicate

Attributes

Source
CharPredicate.scala

Attributes

Source
CharPredicate.scala
def --(chars: Seq[Char]): CharPredicate

Attributes

Source
CharPredicate.scala
def apply(c: Char): Boolean

Attributes

Source
CharPredicate.scala
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Source
CharPredicate.scala

Inherited methods

def ++(chars: String): CharPredicate

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala
def ++(char: Char): CharPredicate

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala
def --(chars: String): CharPredicate

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala
def --(char: Char): CharPredicate

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala
def andThen[A](g: Boolean => A): T1 => A

Attributes

Inherited from:
Function1

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala
def compose[A](g: A => Char): A => R

Attributes

Inherited from:
Function1
def firstMatch(string: String): Option[Char]

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala
def firstMismatch(string: String): Option[Char]

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala
def indexOfFirstMatch(string: String): Int

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala

Attributes

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.

Attributes

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

Attributes

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

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala

Attributes

Inherited from:
CharPredicate
Source
CharPredicate.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Deprecated and Inherited methods

Attributes

Deprecated
true
Inherited from:
CharPredicate
Source
CharPredicate.scala