JAL-2808 removed field filters; sort CSQ data by key
[jalview.git] / src / jalview / util / matcher / KeyedMatcherI.java
index e9fe014..e8d71c1 100644 (file)
@@ -18,14 +18,14 @@ public interface KeyedMatcherI
    * @param valueProvider
    * @return
    */
-  boolean matches(Function<String, String> valueProvider);
+  boolean matches(Function<String[], String> valueProvider);
 
   /**
    * Answers the value key this matcher operates on
    * 
    * @return
    */
-  String getKey();
+  String[] getKey();
 
   /**
    * Answers the match condition that is applied