A
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
A
- addSuppressed(java.lang.Throwable) - function in kotlin.Throwable
- all(io.kjson.pointer.JSONRef,kotlin.jvm.functions.Function2) - function in io.kjson.pointer.ExtensionKt
- Return
trueif all of the values of the JSONArray referenced bythisJSONRef satisfy a given predicate. - any(io.kjson.pointer.JSONRef,kotlin.jvm.functions.Function2) - function in io.kjson.pointer.ExtensionKt
- Return
trueif any of the values of the JSONArray referenced bythisJSONRef satisfy a given predicate. - asRef(java.lang.String) - function in io.kjson.pointer.JSONRef
- "Downcast" a reference to a particular type, or throw an exception if the target is not of that type.