public class NfaMatcher<T> extends Object
Constructor | Description |
---|---|
NfaMatcher(String regexp,
BiFunction<T,String,Boolean> matcher) |
Modifier and Type | Method | 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.