public class NfaMatcher<T> extends Object
| Constructor and Description |
|---|
NfaMatcher(String regexp,
BiFunction<T,String,Boolean> matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile() |
boolean |
match(List<T> args) |
Set<String> |
matchPartial(List<T> args)
Returns the list of possible matcher names for the next object
|
public NfaMatcher(String regexp, BiFunction<T,String,Boolean> matcher)
Copyright © 2020. All rights reserved.