Interface Filter<T>

    • Method Detail

      • apply

        T apply​(T t)
        Apply this filter on some input.
        Parameters:
        t - input object of type T
        Returns:
        return object of type T
      • clone

        Filter<T> clone()
        Create this filter's clone.
        Returns:
        clone of filter.