lofi_acl.access.Filter.ProductTypeFilter
class ProductTypeFilter[
T](
pm:
ProductOf[
T],
productBottom:
Bottom[
T],
factorLabels:
Map[
String,
Int],
factorBottoms:
IArray[
Bottom[
Any]],
factorFilters:
IArray[
Filter[
Any]])
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Attributes
-
Definition Classes
-
Attributes
-
Definition Classes
-
-
Inherited from:
-
AlgebraicFilter (hidden)
Checks whether all children labels are the field/type names of this product and validates the filters for the children.
Checks whether all children labels are the field/type names of this product and validates the filters for the children.
Value parameters
-
permissionTree
-
The tree to check
Attributes
-
Definition Classes
-
-
Inherited from:
-
AlgebraicFilter (hidden)