Class FilterFunction


  • public class FilterFunction
    extends Object
    A mapping function to filter a Value or ValueStream. For each document, the value exists if the second parameter is true and it doesn't exist otherwise.

    The first parameter can be any type of analytics expression. (Required)
    The second parameter must be a BooleanValue. (Required)