korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-string
/
korlibs.util
/
SimpleIndenter
Simple
Indenter
interface
SimpleIndenter
Inheritors
Impl
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
INDENTS
Link copied to clipboard
object
INDENTS
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
indent
Link copied to clipboard
@
ExperimentalStdlibApi
abstract
fun
indent
(
)
indent
Link copied to clipboard
inline
fun
<
T
>
SimpleIndenter
.
indent
(
function
:
(
)
->
T
)
:
T
inline
Link copied to clipboard
abstract
fun
inline
(
s
:
String
)
:
SimpleIndenter
line
Link copied to clipboard
abstract
fun
line
(
s
:
String
)
:
SimpleIndenter
to
String
Link copied to clipboard
abstract
override
fun
toString
(
)
:
String
unindent
Link copied to clipboard
@
ExperimentalStdlibApi
abstract
fun
unindent
(
)