PathFilterOps

final implicit class PathFilterOps(val glob: Glob) extends AnyVal

Provides extension methods to Glob that allows it to create combined sbt.nio.file.PathFilter instances with && and ||.

Value parameters:
glob

the Glob to extend

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def &&(other: PathFilter): PathFilter
def ||(other: PathFilter): PathFilter

Concrete fields

val glob: Glob