Class In

    • Constructor Detail

      • In

        public In​(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.
        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.