Builder

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

Constructors

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

Functions

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard
operator fun ApplicationFlag.unaryPlus()

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

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