| Package | Description |
|---|---|
| org.rythmengine.utils |
| Modifier and Type | Field and Description |
|---|---|
static F.Matcher<Object,String> |
F.Matcher.String |
| Modifier and Type | Method and Description |
|---|---|
<NR> F.Matcher<T,NR> |
F.Matcher.and(F.Matcher<R,NR> nextMatcher) |
static <K> F.Matcher<Object,K> |
F.Matcher.classOf(Class<K> clazz) |
static <X> F.Matcher<X,X> |
F.Matcher.eq(X other) |
static F.Matcher<String,String> |
F.Matcher.re(String pattern) |
static F.Matcher<String,String> |
F.Matcher.startsWith(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
<NR> F.Matcher<T,NR> |
F.Matcher.and(F.Matcher<R,NR> nextMatcher) |
Copyright 2013-2016, The Rythm Engine project