Uses of Interface
com.tangosol.util.filter.IndexAwareFilter

Packages that use IndexAwareFilter
Package
Description
Contains concrete Filter implementations and related interfaces.
  • Uses of IndexAwareFilter in com.tangosol.util.filter

    Classes in com.tangosol.util.filter that implement IndexAwareFilter
    Modifier and Type
    Class
    Description
    class 
    Filter which returns the logical "and" of a filter array.
    class 
    Filter which always evaluates to true.
    class 
    Filter which returns the logical "and" of two other filters.
    class 
    Filter which returns the logical "or" of a filter array.
    class 
    Filter which is a logical operator of a filter array.
    class 
    BetweenFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Between" condition.
    class 
    Filter which compares the result of a method invocation with a value.
    class 
    Filter which tests a Collection or Object array value returned from a method invocation for containment of all values in a Set.
    class 
    Filter which tests a Collection or Object array value returned from a method invocation for containment of any value in a Set.
    class 
    Filter which tests a Collection or Object array value returned from a method invocation for containment of a given value.
    class 
    Filter which compares the result of a method invocation with a value for equality.
    class 
    Base Filter implementation for doing extractor-based processing.
    class 
    GreaterEqualsFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Greater or Equal" condition.
    class 
    GreaterFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Greater" condition.
    class 
    Filter which checks whether the result of a method invocation belongs to a predefined set of values.
    class 
    Filter that limits the underlying filter evaluation only to the specified set of keys.
    class 
    Filter which tests the result of a method invocation for inequality to null.
    class 
    Filter which compares the result of a method invocation with null.
    class 
    EntryFilter which checks whether an entry key belongs to a set.
    class 
    LessEqualsFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Less or Equals" condition.
    class 
    LessFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Less" condition.
    class 
    Filter which compares the result of a method invocation with a value for pattern match.
    class 
    Filter which truncates the results of another filter.
    class 
    Filter which always evaluates to false.
    class 
    Filter which compares the result of a method invocation with a value for inequality.
    class 
    Filter which negates the results of another filter.
    class 
    Filter which returns the logical "or" of two other filters.
    class 
    A java.util.function.Predicate based ExtractorFilter.
    class 
    Filter which returns true for InvocableMap.Entry objects that currently exist in a Map.
    class 
    PriorityFilter is used to explicitly control the scheduling priority and timeouts for execution of filter-based methods.
    class 
    Filter which uses the regular expression pattern match defined by the String.matches(String) contract.
    class 
    Filter which returns the logical exclusive or ("xor") of two other filters.
    Modifier and Type
    Method
    Description
    PriorityFilter.getFilter()
    Obtain the underlying filter.
    Constructors in com.tangosol.util.filter with parameters of type IndexAwareFilter
    Modifier
    Constructor
    Description
     
    Construct a PriorityFilter.