kotlin
Module Contents
alltypes
Module Contents
com.google.common.cache.CacheBuilder
Module Contents
fun
<
Key
,
Value
>
CacheBuilder
<
Key
,
Value
>
.
build
(
loader
:
(
key
:
Key
)
->
Value
?
)
:
LoadingCache
<
Key
,
Value
>
com.google.gson.Gson
Module Contents
fun
<
reified
Type
>
Gson
.
fromJson
(
json
:
String
)
:
Type
kotlin.Any
Module Contents
fun
Any
.
toJson
(
)
:
String
kotlin.reflect.KClass
Module Contents
fun
<
reified
Type
:
Any
>
KClass
<
Type
>
.
fromJson
(
json
:
String
)
:
Type
kotlin.String
Module Contents
fun
String
.
split
(
splitter
:
String
)
:
Pair
<
String
,
String
>
fun
String
?
.
splitNullable
(
splitter
:
String
)
:
Pair
<
String
?
,
String
?
>
package
de.comhix.commons.kotlin.gson
Module Contents
com.google.gson.Gson
Module Contents
fun
<
reified
Type
>
Gson
.
fromJson
(
json
:
String
)
:
Type
kotlin.Any
Module Contents
fun
Any
.
toJson
(
)
:
String
kotlin.reflect.KClass
Module Contents
fun
<
reified
Type
:
Any
>
KClass
<
Type
>
.
fromJson
(
json
:
String
)
:
Type
package
de.comhix.commons.kotlin.guava
Module Contents
com.google.common.cache.CacheBuilder
Module Contents
fun
<
Key
,
Value
>
CacheBuilder
<
Key
,
Value
>
.
build
(
loader
:
(
key
:
Key
)
->
Value
?
)
:
LoadingCache
<
Key
,
Value
>
package
de.comhix.commons.kotlin.std
Module Contents
kotlin.String
Module Contents
fun
String
.
split
(
splitter
:
String
)
:
Pair
<
String
,
String
>
fun
String
?
.
splitNullable
(
splitter
:
String
)
:
Pair
<
String
?
,
String
?
>