NegatedCompositeCharacterCheck

com.github.arturopala.gitignore.Glob$.NegatedCompositeCharacterCheck
final case class NegatedCompositeCharacterCheck(checks: List[CharacterCheck]) extends CharacterCheck

Composite check nesting a sequence of negative checks.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def check(c: Char): Boolean

Check if given character can be accepted.

Check if given character can be accepted.

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product