Companion

object Companion

Properties

Link copied to clipboard

The empty FlagStore, with no flag set.

Functions

Link copied to clipboard

Same as EMPTY, as a factory method.

Link copied to clipboard

Creates a FlagStore out of the given flags map.

fun of(vararg notableFlagValues: NotableFlag): FlagStore

Creates a FlagStore setting every one of notableFlagValues to its NotableFlag.defaultValue.

fun of(vararg flagValues: Pair<String, Term>): FlagStore

Creates a FlagStore out of the given name-value pairs.