Skip to content

Commit

Permalink
Updating generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Jan 25, 2025
1 parent 5c78761 commit 27650b9
Show file tree
Hide file tree
Showing 69 changed files with 179 additions and 176 deletions.
2 changes: 1 addition & 1 deletion docs/dokka/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

| Name |
|---|
| [de.m3y.kformat](kformat/de.m3y.kformat/index.md) |
| [de.m3y.kformat](kformat/de.m3y.kformat/index.md) |
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# hasColumnSeparator

[JVM]\
abstract fun [hasColumnSeparator](has-column-separator.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
abstract fun [hasColumnSeparator](has-column-separator.md)(): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# hasRowSeparator

[JVM]\
abstract fun [hasRowSeparator](has-row-separator.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
abstract fun [hasRowSeparator](has-row-separator.md)(): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Renders a border.

| Name | Summary |
|---|---|
| [hasColumnSeparator](has-column-separator.md) | [JVM]<br>abstract fun [hasColumnSeparator](has-column-separator.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
| [hasRowSeparator](has-row-separator.md) | [JVM]<br>abstract fun [hasRowSeparator](has-row-separator.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
| [renderConnect](render-connect.md) | [JVM]<br>abstract fun [renderConnect](render-connect.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html)) |
| [renderHorizontal](render-horizontal.md) | [JVM]<br>abstract fun [renderHorizontal](render-horizontal.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html)) |
| [renderVertical](render-vertical.md) | [JVM]<br>abstract fun [renderVertical](render-vertical.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html)) |
| [hasColumnSeparator](has-column-separator.md) | [JVM]<br>abstract fun [hasColumnSeparator](has-column-separator.md)(): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) |
| [hasRowSeparator](has-row-separator.md) | [JVM]<br>abstract fun [hasRowSeparator](has-row-separator.md)(): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) |
| [renderConnect](render-connect.md) | [JVM]<br>abstract fun [renderConnect](render-connect.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html)) |
| [renderHorizontal](render-horizontal.md) | [JVM]<br>abstract fun [renderHorizontal](render-horizontal.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html)) |
| [renderVertical](render-vertical.md) | [JVM]<br>abstract fun [renderVertical](render-vertical.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html)) |
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# renderConnect

[JVM]\
abstract fun [renderConnect](render-connect.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html))
abstract fun [renderConnect](render-connect.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html))
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# renderHorizontal

[JVM]\
abstract fun [renderHorizontal](render-horizontal.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html))
abstract fun [renderHorizontal](render-horizontal.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html))
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# renderVertical

[JVM]\
abstract fun [renderVertical](render-vertical.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html))
abstract fun [renderVertical](render-vertical.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html))
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# BorderStyle

[JVM]\
constructor(columnSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), rowSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), connectSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = columnSeparator)
constructor(columnSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), rowSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), connectSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) = columnSeparator)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[JVM]\
val [NONE](-n-o-n-e.md): [Table.BorderStyle](../index.md)

Renders no border.
Renders no border.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[JVM]\
val [SINGLE_LINE](-s-i-n-g-l-e_-l-i-n-e.md): [Table.BorderStyle](../index.md)

Renders a single line border.
Renders a single line border.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ object [Companion](index.md)
| Name | Summary |
|---|---|
| [NONE](-n-o-n-e.md) | [JVM]<br>val [NONE](-n-o-n-e.md): [Table.BorderStyle](../index.md)<br>Renders no border. |
| [SINGLE_LINE](-s-i-n-g-l-e_-l-i-n-e.md) | [JVM]<br>val [SINGLE_LINE](-s-i-n-g-l-e_-l-i-n-e.md): [Table.BorderStyle](../index.md)<br>Renders a single line border. |
| [SINGLE_LINE](-s-i-n-g-l-e_-l-i-n-e.md) | [JVM]<br>val [SINGLE_LINE](-s-i-n-g-l-e_-l-i-n-e.md): [Table.BorderStyle](../index.md)<br>Renders a single line border. |
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# hasColumnSeparator

[JVM]\
open override fun [hasColumnSeparator](has-column-separator.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [hasColumnSeparator](has-column-separator.md)(): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# hasRowSeparator

[JVM]\
open override fun [hasRowSeparator](has-row-separator.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [hasRowSeparator](has-row-separator.md)(): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html)
14 changes: 7 additions & 7 deletions docs/dokka/kformat/de.m3y.kformat/-table/-border-style/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# BorderStyle

[JVM]\
open class [BorderStyle](index.md)(columnSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), rowSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), connectSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = columnSeparator) : [Table.BorderRenderer](../-border-renderer/index.md)
open class [BorderStyle](index.md)(columnSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), rowSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), connectSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) = columnSeparator) : [Table.BorderRenderer](../-border-renderer/index.md)

Renders borders with [NONE](-companion/-n-o-n-e.md) and [SINGLE_LINE](-companion/-s-i-n-g-l-e_-l-i-n-e.md) implementations for a table.

## Constructors

| | |
|---|---|
| [BorderStyle](-border-style.md) | [JVM]<br>constructor(columnSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), rowSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), connectSeparator: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = columnSeparator) |
| [BorderStyle](-border-style.md) | [JVM]<br>constructor(columnSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), rowSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), connectSeparator: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) = columnSeparator) |

## Types

Expand All @@ -23,8 +23,8 @@ Renders borders with [NONE](-companion/-n-o-n-e.md) and [SINGLE_LINE](-companion

| Name | Summary |
|---|---|
| [hasColumnSeparator](has-column-separator.md) | [JVM]<br>open override fun [hasColumnSeparator](has-column-separator.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
| [hasRowSeparator](has-row-separator.md) | [JVM]<br>open override fun [hasRowSeparator](has-row-separator.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
| [renderConnect](render-connect.md) | [JVM]<br>open override fun [renderConnect](render-connect.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html)) |
| [renderHorizontal](render-horizontal.md) | [JVM]<br>open override fun [renderHorizontal](render-horizontal.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html)) |
| [renderVertical](render-vertical.md) | [JVM]<br>open override fun [renderVertical](render-vertical.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html)) |
| [hasColumnSeparator](has-column-separator.md) | [JVM]<br>open override fun [hasColumnSeparator](has-column-separator.md)(): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) |
| [hasRowSeparator](has-row-separator.md) | [JVM]<br>open override fun [hasRowSeparator](has-row-separator.md)(): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) |
| [renderConnect](render-connect.md) | [JVM]<br>open override fun [renderConnect](render-connect.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html)) |
| [renderHorizontal](render-horizontal.md) | [JVM]<br>open override fun [renderHorizontal](render-horizontal.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html)) |
| [renderVertical](render-vertical.md) | [JVM]<br>open override fun [renderVertical](render-vertical.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html)) |
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# renderConnect

[JVM]\
open override fun [renderConnect](render-connect.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html))
open override fun [renderConnect](render-connect.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html))
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# renderHorizontal

[JVM]\
open override fun [renderHorizontal](render-horizontal.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html))
open override fun [renderHorizontal](render-horizontal.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html))
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# renderVertical

[JVM]\
open override fun [renderVertical](render-vertical.md)(out: [StringBuilder](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-string-builder/index.html))
open override fun [renderVertical](render-vertical.md)(out: [StringBuilder](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.text/-string-builder/index.html))
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

| Name | Summary |
|---|---|
| [name](../../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [name](../../-key/-separator/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../../-key/-separator/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
| [ordinal](../../-key/-separator/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../../-key/-separator/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) |
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

| Name | Summary |
|---|---|
| [name](../../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [name](../../-key/-separator/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../../-key/-separator/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
| [ordinal](../../-key/-separator/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../../-key/-separator/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) |
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

| Name | Summary |
|---|---|
| [name](../../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [name](../../-key/-separator/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../../-key/-separator/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
| [ordinal](../../-key/-separator/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../../-key/-separator/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) |
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# entries

[JVM]\
val [entries](entries.md): [EnumEntries](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.enums/-enum-entries/index.html)&lt;[Table.Hints.Alignment](index.md)&gt;
val [entries](entries.md): [EnumEntries](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.enums/-enum-entries/index.html)&lt;[Table.Hints.Alignment](index.md)&gt;

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.
This method may be used to iterate over the enum entries.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Alignment

[JVM]\
enum [Alignment](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)&lt;[Table.Hints.Alignment](index.md)&gt;
enum [Alignment](index.md) : [Enum](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-enum/index.html)&lt;[Table.Hints.Alignment](index.md)&gt;

Defines the content alignment.

Expand All @@ -19,13 +19,13 @@ Defines the content alignment.

| Name | Summary |
|---|---|
| [entries](entries.md) | [JVM]<br>val [entries](entries.md): [EnumEntries](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.enums/-enum-entries/index.html)&lt;[Table.Hints.Alignment](index.md)&gt;<br>Returns a representation of an immutable list of all enum entries, in the order they're declared. |
| [name](../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [entries](entries.md) | [JVM]<br>val [entries](entries.md): [EnumEntries](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.enums/-enum-entries/index.html)&lt;[Table.Hints.Alignment](index.md)&gt;<br>Returns a representation of an immutable list of all enum entries, in the order they're declared. |
| [name](../-key/-separator/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../-key/-separator/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |
| [ordinal](../-key/-separator/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../-key/-separator/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) |

## Functions

| Name | Summary |
|---|---|
| [valueOf](value-of.md) | [JVM]<br>fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Table.Hints.Alignment](index.md)<br>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.) |
| [values](values.md) | [JVM]<br>fun [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Table.Hints.Alignment](index.md)&gt;<br>Returns an array containing the constants of this enum type, in the order they're declared. |
| [valueOf](value-of.md) | [JVM]<br>fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)): [Table.Hints.Alignment](index.md)<br>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.) |
| [values](values.md) | [JVM]<br>fun [values](values.md)(): [Array](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-array/index.html)&lt;[Table.Hints.Alignment](index.md)&gt;<br>Returns an array containing the constants of this enum type, in the order they're declared. |
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# valueOf

[JVM]\
fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Table.Hints.Alignment](index.md)
fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)): [Table.Hints.Alignment](index.md)

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.)

#### Throws

| | |
|---|---|
| [IllegalArgumentException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-argument-exception/index.html) | if this enum type has no constant with the specified name |
| [IllegalArgumentException](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-illegal-argument-exception/index.html) | if this enum type has no constant with the specified name |
Loading

0 comments on commit 27650b9

Please sign in to comment.