Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard

InputStreamStringにコピーします。

Link copied to clipboard
fun JSONArray.forEach(operation: (Any) -> Unit)
fun JSONObject.forEach(action: (String, Any?) -> Unit)

Performs the given action on each element.

Link copied to clipboard

Track API向けに値をフォーマットします。

Link copied to clipboard

クラスの小文字表現を返します。

Link copied to clipboard

ASCII文字で構成されているかを返します。

Link copied to clipboard
fun JSONArray.map(transform: (Any?) -> Any?): List<Any?>

Returns a list containing the results of applying the given transform function to each element in the original collection.

Link copied to clipboard
fun Values.merge(other: Values): Values
Link copied to clipboard

Returns a List containing all key-value pairs.

Link copied to clipboard

Returns a new map containing all key-value pairs from the original map.

Link copied to clipboard

Valuesに変換します。