PropertyPattern<F,C,T> |
Property.capturedAs(Capture<T> capture) |
static <F,C,T extends Iterable<S>,S> PropertyPattern<F,C,T> |
Pattern.empty(Property<F,C,T> property) |
PropertyPattern<F,C,T> |
Property.equalTo(T expectedValue) |
PropertyPattern<F,C,T> |
Property.matching(BiPredicate<? super T,?> predicate) |
<R> PropertyPattern<F,C,R> |
Property.matching(Pattern<R> pattern) |
PropertyPattern<F,C,T> |
Property.matching(Predicate<? super T> predicate) |
static <F,C,T extends Iterable<S>,S> PropertyPattern<F,C,T> |
Pattern.nonEmpty(Property<F,C,T> property) |
static <F,C,T,R> PropertyPattern<F,C,R> |
PropertyPattern.of(Property<F,C,T> property,
Pattern<R> pattern) |
static <F,C,T> PropertyPattern<F,C,T> |
PropertyPattern.upcast(PropertyPattern<F,C,? extends T> propertyPattern) |