A  B  C  D  E  F  G  H  I  J  L  O  P  R  S  T  V 

F

FALSE - enum entry in io.kjson.JSONBoolean
 
fillInStackTrace() - function in kotlin.Throwable
 
forEach(java.util.function.Consumer) - function in kotlin.collections.Iterable
 
forEach(java.util.function.Consumer) - function in kotlin.collections.Iterable
 
forEach(java.util.function.Consumer) - function in kotlin.collections.Iterable
 
forEach(java.util.function.BiConsumer) - function in kotlin.collections.Map
 
forEachEntry(kotlin.jvm.functions.Function2) - function in io.kjson.JSONObject
Perform a function with each property in turn (the function takes two parameters, the name String and value JSONValue?).
forEachItem(kotlin.jvm.functions.Function1) - function in io.kjson.JSONArray
Apply a function to each item in the array.
forEachItemIndexed(kotlin.jvm.functions.Function2) - function in io.kjson.JSONArray
Apply a function to each item in the array, supplying the index.
forEachKey(kotlin.jvm.functions.Function1) - function in io.kjson.JSONObject
Perform a function with each property name in turn (the function takes a single parameters, the name String).
forEachValue(kotlin.jvm.functions.Function1) - function in io.kjson.JSONObject
Perform a function with each property value in turn (the function takes a single parameters, the value JSONValue?).
from(java.util.List) - function in io.kjson.JSONArray.Companion
Create a JSONArray from a List of JSONValue items.
from(java.util.List) - function in io.kjson.JSONObject.Companion
Create a JSONObject from a List of Pairs of name and value.
from(java.util.Map) - function in io.kjson.JSONObject.Companion
Create a JSONObject from a Map.
fromProperties(java.util.List) - function in io.kjson.JSONObject.Companion
Create a JSONObject from a List of Property.
A  B  C  D  E  F  G  H  I  J  L  O  P  R  S  T  V