lofi_acl.access.Filter.SumTypeFilter
class SumTypeFilter[
T](
sm:
SumOf[
T],
bottom:
Bottom[
T],
elementNames:
Array[
String],
elementBottoms:
IArray[
Bottom[
Any]],
elementFilters:
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)