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 SkuFlags that has all bits set that are currently set in this Builder.

Link copied to clipboard
operator fun SkuFlag.unaryMinus()

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

operator fun SkuFlags.unaryMinus()

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

Link copied to clipboard
operator fun SkuFlag.unaryPlus()

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

operator fun SkuFlags.unaryPlus()

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