root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common
/
KeyValues
Key
Values
goblin-common
data
class
KeyValues
(
val
key
:
String
,
val
values
:
List
<
String
>
)
:
Comparable
<
KeyValues
>
Front-matter stuff represented as key-value pairs.
Members
Constructors
Key
Values
Link copied to clipboard
goblin-common
constructor
(
key
:
String
,
values
:
List
<
String
>
)
Properties
key
Link copied to clipboard
goblin-common
val
key
:
String
values
Link copied to clipboard
goblin-common
val
values
:
List
<
String
>
Functions
compare
To
Link copied to clipboard
goblin-common
open
operator override
fun
compareTo
(
other
:
KeyValues
)
:
Int
to
Yaml
Link copied to clipboard
goblin-common
fun
toYaml
(
)
:
String