Class AndFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      AndFilter​(java.util.Collection<TransformableFilter> filters)
      The default constructor specifying a collection of filters which all must be matched.
    • Constructor Detail

      • AndFilter

        public AndFilter​(java.util.Collection<TransformableFilter> filters)
        The default constructor specifying a collection of filters which all must be matched.
        Parameters:
        filters - the filters, may not be null
    • Method Detail

      • getFilters

        public java.util.Collection<TransformableFilter> getFilters()
        Get the filters
        Returns:
        the filters, never null
      • transform

        public <T> T transform​(FilterTransformer<T> transformer)
        Transform this filter to a tool specific implementation
        Specified by:
        transform in interface TransformableFilter
        Type Parameters:
        T - the interface of the tool specific filter
        Parameters:
        transformer - the transformer, may not be null
        Returns:
        the transformed value, never null