Package | Description |
---|---|
org.thales.punch.libraries.punchlang.api |
Punch package documentation.
|
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Modifier and Type | Method and Description |
---|---|
FindByIntervalOperator |
Punchlet.findByInterval(Tuple map)
Return a FindByIntervalOperator, acting on the passed json map.
|
static FindByIntervalOperator |
Punchlet.findByInterval(Tuple map,
String key)
Return a FindByIntervalOperator, acting on the passed json map.
|
static FindByIntervalOperator |
Punchlet.findByInterval(Tuple map,
String min,
String max)
Return a
FindByIntervalOperator operator with min and
max property interval boundaries. |
Modifier and Type | Method and Description |
---|---|
FindByIntervalOperator |
FindByIntervalOperator.between(Tuple tuple)
Look for all Json elements whose interval encloses the value contained in
this tuple.
|
FindByIntervalOperator |
FindByIntervalOperator.defaultMatch(String defaultMatch)
Set a default value if no match is found.
|
FindByIntervalOperator |
FindByIntervalOperator.largestFirst()
Request the largest first
|
FindByIntervalOperator |
FindByIntervalOperator.on(long input)
Set the search value.
|
FindByIntervalOperator |
FindByIntervalOperator.on(String input)
Set the search value.
|
FindByIntervalOperator |
FindByIntervalOperator.on(Tuple tuple)
Fire the operator on the provided tuple.
|
FindByIntervalOperator |
FindByIntervalOperator.smallestFirst()
Request the smallest first
|
FindByIntervalOperator |
FindByIntervalOperator.union()
Request a unioned result.
|
Copyright © 2023. All rights reserved.