Uses of Class
io.prestosql.matching.PropertyPattern
-
Packages that use PropertyPattern Package Description io.prestosql.matching io.prestosql.matching.pattern -
-
Uses of PropertyPattern in io.prestosql.matching
Methods in io.prestosql.matching that return PropertyPattern Modifier and Type Method Description PropertyPattern<F,C,T>Property. capturedAs(Capture<T> capture)static <F,C,T extends java.lang.Iterable<S>,S>
PropertyPattern<F,C,T>Pattern. empty(Property<F,C,T> property)PropertyPattern<F,C,T>Property. equalTo(T expectedValue)<R> PropertyPattern<F,C,R>Property. matching(Pattern<R> pattern)PropertyPattern<F,C,T>Property. matching(java.util.function.BiPredicate<? super T,?> predicate)PropertyPattern<F,C,T>Property. matching(java.util.function.Predicate<? super T> predicate)static <F,C,T extends java.lang.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)Methods in io.prestosql.matching with parameters of type PropertyPattern Modifier and Type Method Description static <F,C,T>
PropertyPattern<F,C,T>PropertyPattern. upcast(PropertyPattern<F,C,? extends T> propertyPattern)Pattern<T>Pattern. with(PropertyPattern<? super T,?,?> pattern) -
Uses of PropertyPattern in io.prestosql.matching.pattern
Constructors in io.prestosql.matching.pattern with parameters of type PropertyPattern Constructor Description WithPattern(PropertyPattern<? super T,?,?> propertyPattern, Pattern<T> previous)
-