plus

operator fun plus(flag: Permission): Permissions(source)

Returns an instance of Permissions that has all bits set that are set in this and flag.


operator fun plus(flags: Permissions): Permissions(source)

Returns an instance of Permissions that has all bits set that are set in this and flags.