Ops

final implicit class Ops(val pathFilter: PathFilter) extends AnyVal

Provides extension methods for combining or negating PathFilter instances or or other filter types that can be safely converted (see sbt.io.DirectoryFilter and sbt.io.HiddenFileFilter).

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields