Const

Entries

Link copied to clipboard

Priority ensures the initial mutation of the event.

Link copied to clipboard

The default priority.

Link copied to clipboard

Priority ensures the final mutation state of the event.

Link copied to clipboard

This priority will not be able to mutate the event and is only able to listen.

Functions

Link copied to clipboard
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
fun Enum<*>.formatted(separator: String = " ", capitalize: Boolean = true): String