Class IsNullFilter<T,​E>

    • Constructor Detail

      • IsNullFilter

        public IsNullFilter()
        Default constructor (necessary for the ExternalizableLite interface).
      • IsNullFilter

        public IsNullFilter​(ValueExtractor<? super T,​? extends E> extractor)
        Construct a IsNullFilter for testing equality to null.
        Parameters:
        extractor - the ValueExtractor to use by this filter
      • IsNullFilter

        public IsNullFilter​(String sMethod)
        Construct a IsNullFilter for testing equality to null.
        Parameters:
        sMethod - the name of the method to invoke via reflection