public interface IFuzzyMatchFilter<K> extends com.google.common.base.Predicate<K>
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
IFuzzyMatchFilter.MatchErrorHandler<K> |
| 限定符和类型 | 方法和说明 |
|---|---|
IFuzzyMatchFilter<K> |
withErrorHandler(IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler) |
IFuzzyMatchFilter<K> |
withPattern(K pattern) |
IFuzzyMatchFilter<K> withPattern(K pattern)
IFuzzyMatchFilter<K> withErrorHandler(IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler)
Copyright © 2020. All Rights Reserved.