Class NotIn

  • All Implemented Interfaces:
    Evaluator

    public class NotIn
    extends In
    Author:
    javaito
    • Constructor Detail

      • NotIn

        public NotIn​(java.lang.Object leftValue,
                     java.lang.Object rightValue)
    • Method Detail

      • evaluate

        public boolean evaluate​(java.lang.Object object,
                                Queryable.DataSource dataSource,
                                Queryable.Consumer consumer)
        Description copied from interface: Evaluator
        This method must be implemented for each particular implementation to evaluate some details about instances of the data collection.
        Specified by:
        evaluate in interface Evaluator
        Overrides:
        evaluate in class In
        Parameters:
        object - Object of the data collection.
        dataSource - Data source.
        consumer - Consumer.
        Returns:
        Return true if the object must be part of the result add or false in the other ways.