X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fjalview%2Futil%2Fmatcher%2FKeyedMatcherI.java;h=e8d71c1cbd09bedb84b63d6ea57569bdbf2a83b2;hb=0fc5ffb6919604b616450997cde9cac1c2e5f771;hp=e9fe014485dcb3d9f8723703725264f5b9146d53;hpb=50ebdf8f3a7fdce1421a6af7a0afd317c347372c;p=jalview.git diff --git a/src/jalview/util/matcher/KeyedMatcherI.java b/src/jalview/util/matcher/KeyedMatcherI.java index e9fe014..e8d71c1 100644 --- a/src/jalview/util/matcher/KeyedMatcherI.java +++ b/src/jalview/util/matcher/KeyedMatcherI.java @@ -18,14 +18,14 @@ public interface KeyedMatcherI * @param valueProvider * @return */ - boolean matches(Function valueProvider); + boolean matches(Function valueProvider); /** * Answers the value key this matcher operates on * * @return */ - String getKey(); + String[] getKey(); /** * Answers the match condition that is applied