Options

class Options

A set of Option flags.

Since

2.4.5

Properties

Link copied to clipboard
No options.

Functions

Link copied to clipboard
Returns if the given option is contained in this set.
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Create a new instance with the given Option values.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
Create a new Options instance that contains the options in this set including the given option.
Link copied to clipboard
Create a new Options instance that contains the options in this set excluding the given option.