See: Description
| Interface | Description |
|---|---|
| FilterFunction |
Interface required for objects that will be registered as functions for use in selectors.
|
| Class | Description |
|---|---|
| BuiltinFunctionRegistry |
Registry of built-in functions.
|
| inListFunction |
Filter function that matches a value against a list of values and evaluates to an indicator of membership in the
list.
|
| makeListFunction |
Filter function that creates a list with each argument being one element in the list.
|
| regexMatchFunction |
Filter function that matches a value against a regular expression.
|
| replaceFunction |
Function which replaces regular expression matches in a source string to a replacement literal.
|
| splitFunction |
Function which splits a string into a list of strings given a regular expression for the separator.
|
Filter Function implementations for JMS Selectors.
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.