A
C
E
F
G
H
I
J
L
M
O
P
R
T
U
W
A
- 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.