toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku
Package-level
declarations
Functions
Properties
Properties
debug
Mode
Link copied to clipboard
var
debugMode
:
Boolean
Enables debug mode.
VERSION
Link copied to clipboard
const
val
VERSION
:
String
Functions
debug
Link copied to clipboard
inline
fun
debug
(
block
:
(
)
->
Unit
)
Debug scope function; Use anywhere to add code called only in debug mode.
debug
Link copied to clipboard
inline
fun
<
T
>
T
.
debug
(
block
:
(
T
)
->
Unit
)
:
T
Debug scope function; Use anywhere to add code called only in debug mode.
debug
If
Link copied to clipboard
inline
fun
<
T
>
T
.
debugIf
(
predicate
:
(
T
)
->
Boolean
,
block
:
(
T
)
->
Unit
)
:
T
debug
If
Empty
Link copied to clipboard
inline
fun
<
T
>
Collection
<
T
>
.
debugIfEmpty
(
block
:
(
Collection
<
T
>
)
->
Unit
)
:
Collection
<
T
>
debug
If
Not
Empty
Link copied to clipboard
inline
fun
<
T
>
Collection
<
T
>
.
debugIfNotEmpty
(
block
:
(
Collection
<
T
>
)
->
Unit
)
:
List
<
T
>
main
Link copied to clipboard
fun
main
(
args
:
Array
<
String
>
)
to
Pretty
String
Link copied to clipboard
fun
Any
.
toPrettyString
(
)
:
String
typo
Suggester
Link copied to clipboard
fun
typoSuggester
(
enteredValue
:
String
,
possibleValues
:
List
<
String
>
)
:
List
<
String
>