public interface ValueMatcherFactory
Modifier and Type | Method and Description |
---|---|
ValueMatcher |
makeValueMatcher(String dimension,
Comparable value) |
ValueMatcher |
makeValueMatcher(String dimension,
com.google.common.base.Predicate predicate) |
ValueMatcher makeValueMatcher(String dimension, Comparable value)
ValueMatcher makeValueMatcher(String dimension, com.google.common.base.Predicate predicate)
Copyright © 2011–2016. All rights reserved.