BooleanFilterSubFilter

final case class BooleanFilterSubFilter(commonAttributes: CommonRelationshipAttributes, complement: Boolean, cover: Boolean, subFilter: Filter) extends NestedRelationship[Filter]

Boolean filter (nested) relationship.

Boolean filter (nested) relationship.

Authors

Chris de Vreeze

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

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product