PermissionTree

rdts.filters.PermissionTree
See thePermissionTree companion object
case class PermissionTree(permission: Permission, children: Map[String, PermissionTree])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def <=(right: PermissionTree): Boolean

Returns true if this is less than or equal to the PermissionTree in the argument.

Returns true if this is less than or equal to the PermissionTree in the argument.

Assumes two minimized and normalized PermissionTree

Attributes

def toPathStringSet: Set[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product