Class Or

  • All Implemented Interfaces:
    Evaluator

    public class Or
    extends EvaluatorCollection
    implements Evaluator
    Evaluate all the evaluators into the collection and concat all the result with or operation.
    Author:
    javaito
    • Method Detail

      • evaluate

        public boolean evaluate​(java.lang.Object object,
                                Queryable.DataSource dataSource,
                                Queryable.Consumer consumer)
        Evaluate all the inner evaluators.
        Specified by:
        evaluate in interface Evaluator
        Parameters:
        object - Object of the data collection.
        dataSource - Data source.
        consumer - Consumer.
        Returns:
        Returns the value of the concat all the values.