PathFilter

case
class PathFilter(rootPath: Path, config: Config, filterIgnoredFiles: Boolean, extensions: List[String], withNodeModuleFolder: Boolean) extends Path => FilterResult
trait Serializable
trait Product
trait Equals
trait Path => FilterResult
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def apply(path: Path): FilterResult
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: FilterResult => A): Path => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Path): A => FilterResult
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1