toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util
/
Indenter
/
Companion
Companion
object
Companion
Members
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
Indenter
Functions
gen
Link copied to clipboard
inline
fun
gen
(
init
:
Indenter
.
(
)
->
Unit
)
:
Indenter
gen
String
Link copied to clipboard
fun
genString
(
init
:
Indenter
.
(
)
->
Unit
)
:
String
invoke
Link copied to clipboard
operator
fun
invoke
(
init
:
Indenter
.
(
)
->
Unit
)
:
Indenter
operator
fun
invoke
(
str
:
String
)
:
Indenter
replace
String
Link copied to clipboard
fun
replaceString
(
templateString
:
String
,
replacements
:
Map
<
String
,
String
>
)
:
String
single
Link copied to clipboard
fun
single
(
str
:
String
)
:
Indenter