Class FilterOperator<T>

    • Field Detail

      • COMBINING_OPERATOR_IS_NOT_SUPPORTED

        private static final java.lang.String COMBINING_OPERATOR_IS_NOT_SUPPORTED
        See Also:
        Constant Field Values
      • filterParameter

        protected final T filterParameter
    • Constructor Detail

      • FilterOperator

        protected FilterOperator​(T filterValue)
    • Method Detail

      • applyOn

        public abstract <E> Filters<E> applyOn​(Filters<E> filters)