Constructor and Description |
---|
Matcher() |
Modifier and Type | Method and Description |
---|---|
<NR> F.Matcher<T,NR> |
and(F.Matcher<R,NR> nextMatcher) |
static <K> F.Matcher<Object,K> |
ClassOf(Class<K> clazz) |
static <X> F.Matcher<X,X> |
Equals(X other) |
F.Option<R> |
match(F.Option<T> o) |
abstract F.Option<R> |
match(T o) |
static F.Matcher<String,String> |
Re(String pattern) |
static F.Matcher<String,String> |
StartsWith(String prefix) |
public static <X> F.Matcher<X,X> Equals(X other)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly