Constructor and Description |
---|
JsArrayOptionals() |
Modifier and Type | Method and Description |
---|---|
fun.optic.Option<JsArray,JsArray> |
array(int index)
optional that focus on the json array located at an index in an array
|
fun.optic.Option<JsArray,JsArray> |
array(JsPath path)
optional that focus on the array located at a path in an array
|
fun.optic.Option<JsArray,Boolean> |
bool(int index)
optional that focus on the boolean located at an index in an array
|
fun.optic.Option<JsArray,Boolean> |
bool(JsPath path)
optional that focus on the boolean located at a path in an array
|
fun.optic.Option<JsArray,BigDecimal> |
decimalNum(int index)
optional that focus on the decimal number located at an index in an array
|
fun.optic.Option<JsArray,BigDecimal> |
decimalNum(JsPath path)
optional that focus on the decimal number located at a path in an array
|
fun.optic.Option<JsArray,Double> |
doubleNum(int index)
optional that focus on the double number located at an index in an array
|
fun.optic.Option<JsArray,Double> |
doubleNum(JsPath path)
optional that focus on the double number located at a path in an array
|
fun.optic.Option<JsArray,Instant> |
instant(int index)
optional that focus on the instant located at an index in an array
|
fun.optic.Option<JsArray,Instant> |
instant(JsPath path)
optional that focus on the instant located at a path in an array
|
fun.optic.Option<JsArray,BigInteger> |
integralNum(int index)
optional that focus on the integral number located at an index in an array
|
fun.optic.Option<JsArray,BigInteger> |
integralNum(JsPath path)
optional that focus on the integral number located at a path in an array
|
fun.optic.Option<JsArray,Integer> |
intNum(int index)
optional that focus on the integer number located at an index in an array
|
fun.optic.Option<JsArray,Integer> |
intNum(JsPath path)
optional that focus on the integer number located at a path in an array
|
fun.optic.Option<JsArray,Long> |
longNum(int index)
optional that focus on the long number located at an index in an array
|
fun.optic.Option<JsArray,Long> |
longNum(JsPath path)
optional that focus on the long number located at a path in an array
|
fun.optic.Option<JsArray,JsObj> |
obj(int index)
optional that focus on the json object located at an index in an array
|
fun.optic.Option<JsArray,JsObj> |
obj(JsPath path)
optional that focus on the object located at a path in an array
|
fun.optic.Option<JsArray,String> |
str(int index)
optional that focus on the string located at an index in an array
|
fun.optic.Option<JsArray,String> |
str(JsPath path)
optional that focus on the string located at a path in an array
|
public fun.optic.Option<JsArray,String> str(JsPath path)
path
- the path where the string is located atpublic fun.optic.Option<JsArray,String> str(int index)
index
- the indexpublic fun.optic.Option<JsArray,Boolean> bool(JsPath path)
path
- the path where the boolean number is located atpublic fun.optic.Option<JsArray,Boolean> bool(int index)
index
- the indexpublic fun.optic.Option<JsArray,Long> longNum(JsPath path)
path
- the path where the long number is located atpublic fun.optic.Option<JsArray,Long> longNum(int index)
index
- the indexpublic fun.optic.Option<JsArray,Integer> intNum(JsPath path)
path
- the path where the integer number is located atpublic fun.optic.Option<JsArray,Integer> intNum(int index)
index
- the indexpublic fun.optic.Option<JsArray,Double> doubleNum(JsPath path)
path
- the path where the double number is located atpublic fun.optic.Option<JsArray,Double> doubleNum(int index)
index
- the indexpublic fun.optic.Option<JsArray,BigDecimal> decimalNum(JsPath path)
path
- the path where the decimal number is located atpublic fun.optic.Option<JsArray,BigDecimal> decimalNum(int index)
index
- the indexpublic fun.optic.Option<JsArray,BigInteger> integralNum(JsPath path)
path
- the path where the integral number is located atpublic fun.optic.Option<JsArray,BigInteger> integralNum(int index)
index
- the indexpublic fun.optic.Option<JsArray,JsObj> obj(JsPath path)
path
- the path where the obj is located atpublic fun.optic.Option<JsArray,JsObj> obj(int index)
index
- the indexpublic fun.optic.Option<JsArray,JsArray> array(JsPath path)
path
- the path where the array is located atpublic fun.optic.Option<JsArray,JsArray> array(int index)
index
- the indexpublic fun.optic.Option<JsArray,Instant> instant(JsPath path)
path
- the path where the instant is located atCopyright © 2022. All rights reserved.