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.Equals(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 © 2015. All Rights Reserved.