rdts.filters

package rdts.filters

Members list

Type members

Classlikes

trait Filter[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object dotsFilter
class TerminalFilter[T]
object Filter

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Filter.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class Group(id: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class InvalidPathException(path: List[String]) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
enum Operation extends Ordered[Operation]

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait Ordered[Operation]
trait Comparable[Operation]
class Object
trait Matchable
class Any
Show all
enum Permission

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PermissionTree(permission: Permission, children: Map[String, PermissionTree])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Rule(group: Group, operation: Operation, path: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all