Beispiel #1
0
 public boolean apply(@Nullable ResourceType input) {
   return input != null && Objects.equal(propertyValue, input.getStringProperty(propertyKey));
 }