public class PropertyPattern<F,C,R> extends Object
| Modifier and Type | Method and Description |
|---|---|
Pattern<R> |
getPattern() |
Property<F,C,?> |
getProperty() |
static <F,C,T,R> PropertyPattern<F,C,R> |
of(Property<F,C,T> property,
Pattern<R> pattern) |
static <F,C,T> PropertyPattern<F,C,T> |
upcast(PropertyPattern<F,C,? extends T> propertyPattern) |
public static <F,C,T,R> PropertyPattern<F,C,R> of(Property<F,C,T> property, Pattern<R> pattern)
public static <F,C,T> PropertyPattern<F,C,T> upcast(PropertyPattern<F,C,? extends T> propertyPattern)
Copyright © 2012–2020. All rights reserved.