Builder

class Builder(value: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(value: Int = 0)

Functions

Link copied to clipboard

Returns an instance of RoleFlags that has all bits set that are currently set in this Builder.

Link copied to clipboard
operator fun RoleFlag.unaryMinus()

Unsets all bits in the Builder that are set in this RoleFlag.

operator fun RoleFlags.unaryMinus()

Unsets all bits in the Builder that are set in this RoleFlags.

Link copied to clipboard
operator fun RoleFlag.unaryPlus()

Sets all bits in the Builder that are set in this RoleFlag.

operator fun RoleFlags.unaryPlus()

Sets all bits in the Builder that are set in this RoleFlags.