implicit final class PermissionSyntax extends AnyVal
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PermissionSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PermissionSyntax(permission: Permission)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def ++(other: Permission): Permission
Add a permission to this permission.
Add a permission to this permission.
- other
The other permission.
- def --(other: Permission): Permission
Remove a permission from this permission.
Remove a permission from this permission.
- other
The permission to remove.
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def addPermissions(other: Permission): Permission
Add a permission to this permission.
Add a permission to this permission.
- other
The other permission.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasPermissions(other: Permission): Boolean
Check if this permission has a permission.
Check if this permission has a permission.
- other
The permission to check against.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNone: Boolean
Check if this permission grants any permissions.
- def removePermissions(other: Permission): Permission
Remove a permission from this permission.
Remove a permission from this permission.
- other
The permission to remove.
- def toBigInt: BigInt
- def toString(): String
- Definition Classes
- Any
- def togglePermissions(other: Permission): Permission
Toggle a permission in this permission.
Toggle a permission in this permission.
- other
The permission to toggle.