Interface DataSelector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Detail

      • isSelected

        boolean isSelected​(Data data)
        Evaluates if a data must be selected or not.
        Parameters:
        data - the data to evaluate.
        Returns:
        true if the data is selected. False otherwise.
      • test

        default boolean test​(Data data)
        Specified by:
        test in interface java.util.function.Predicate<Data>