SubDepFilter

sbt.librarymanagement.SubDepFilter
sealed trait SubDepFilter[Arg, Self <: SubDepFilter[Arg, Self]] extends DependencyFilter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
Self

Members list

Concise view

Value members

Abstract methods

def apply(a: Arg): Boolean
protected def make(f: Arg => Boolean): Self

Concrete methods

final def &(o: Self): Self
final def -(o: Self): Self
final def |(o: Self): Self

Inherited methods

Attributes

Inherited from:
DependencyFilter

Attributes

Inherited from:
DependencyFilter
def apply(configuration: ConfigRef, module: ModuleID, artifact: Artifact): Boolean

Attributes

Inherited from:
DependencyFilter

Attributes

Inherited from:
DependencyFilter