All Methods Instance Methods Abstract Methods 
| Modifier and Type | Method and Description | 
| FilterArg | add(FilterArg first,
   FilterArg second) | 
| FilterArg | all(FilterArg collection,
   String lambdaVariable,
   URIFilter expression) | 
| FilterArg | all(FilterArg collection,
   URIFilter expression) | 
| FilterArg | any(FilterArg collection,
   String lambdaVariable,
   URIFilter expression) | 
| FilterArg | any(FilterArg collection,
   URIFilter expression) | 
| FilterArg | cast(FilterArg type) | 
| FilterArg | cast(FilterArg expression,
    FilterArg type) | 
| FilterArg | ceiling(FilterArg param) | 
| FilterArg | concat(FilterArg first,
      FilterArg second) | 
| FilterArg | contains(FilterArg first,
        FilterArg second) | 
| FilterArg | date(FilterArg param) | 
| FilterArg | day(FilterArg param) | 
| FilterArg | div(FilterArg first,
   FilterArg second) | 
| FilterArg | endswith(FilterArg first,
        FilterArg second) | 
| FilterArg | floor(FilterArg param) | 
| FilterArg | fractionalseconds(FilterArg param) | 
| FilterArg | geoDistance(FilterArg first,
           FilterArg second) | 
| FilterArg | geoIntersects(FilterArg first,
             FilterArg second) | 
| FilterArg | geoLength(FilterArg first,
         FilterArg second) | 
| FilterArg | hour(FilterArg param) | 
| FilterArg | indexof(FilterArg first,
       FilterArg second) | 
| FilterArg | isof(FilterArg type) | 
| FilterArg | isof(FilterArg expression,
    FilterArg type) | 
| FilterArg | length(FilterArg param) | 
| FilterArg | literal(Object value) | 
| FilterArg | maxdatetime() | 
| FilterArg | mindatetime() | 
| FilterArg | minute(FilterArg param) | 
| FilterArg | mod(FilterArg first,
   FilterArg second) | 
| FilterArg | month(FilterArg param) | 
| FilterArg | mul(FilterArg first,
   FilterArg second) | 
| FilterArg | now() | 
| FilterArg | nullValue() | 
| FilterArg | property(String propertyPath) | 
| FilterArg | replace(FilterArg first,
       FilterArg second,
       FilterArg third) | 
| FilterArg | round(FilterArg param) | 
| FilterArg | second(FilterArg param) | 
| FilterArg | startswith(FilterArg first,
          FilterArg second) | 
| FilterArg | sub(FilterArg first,
   FilterArg second) | 
| FilterArg | substring(FilterArg arg,
         FilterArg pos) | 
| FilterArg | substring(FilterArg arg,
         FilterArg pos,
         FilterArg length) | 
| FilterArg | time(FilterArg param) | 
| FilterArg | tolower(FilterArg param) | 
| FilterArg | totaloffsetminutes(FilterArg param) | 
| FilterArg | totalseconds(FilterArg param) | 
| FilterArg | toupper(FilterArg param) | 
| FilterArg | trim(FilterArg param) | 
| FilterArg | year(FilterArg param) |