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

Link copied to clipboard
operator fun ChannelFlag.unaryMinus()

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

operator fun ChannelFlags.unaryMinus()

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

Link copied to clipboard
operator fun ChannelFlag.unaryPlus()

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

operator fun ChannelFlags.unaryPlus()

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