JAL-2835 spike updated with latest
[jalview.git] / src / jalview / util / matcher / KeyedMatcherSetI.java
index 25dc96e..3e9f5b6 100644 (file)
@@ -18,7 +18,7 @@ public interface KeyedMatcherSetI
    * @param valueProvider
    * @return
    */
-  boolean matches(Function<String, String> valueProvider);
+  boolean matches(Function<String[], String> valueProvider);
 
   /**
    * Answers a new object that matches the logical AND of this and m