@FunctionalInterface public interface NumberMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(double target,
List<String> objects) |
boolean match(double target,
List<String> objects)
NumberFormatException - if any string in objects could not been parsed before the first matchCopyright © 2023. All rights reserved.