Uses of Class
io.trino.matching.PropertyPattern
Packages that use PropertyPattern
-
Uses of PropertyPattern in io.trino.matching
Methods in io.trino.matching that return PropertyPatternModifier and TypeMethodDescriptionProperty.capturedAs(Capture<T> capture) static <F,C, T extends Iterable<S>, S>
PropertyPattern<F,C, T> <R> PropertyPattern<F,C, R> Property.matching(BiPredicate<? super T, ?> predicate) static <F,C, T extends Iterable<S>, S>
PropertyPattern<F,C, T> static <F,C, T, R> PropertyPattern<F, C, R> static <F,C, T> PropertyPattern<F, C, T> PropertyPattern.upcast(PropertyPattern<F, C, ? extends T> propertyPattern) Methods in io.trino.matching with parameters of type PropertyPatternModifier and TypeMethodDescriptionstatic <F,C, T> PropertyPattern<F, C, T> PropertyPattern.upcast(PropertyPattern<F, C, ? extends T> propertyPattern) Pattern.with(PropertyPattern<? super T, ?, ?> pattern) -
Uses of PropertyPattern in io.trino.matching.pattern
Constructors in io.trino.matching.pattern with parameters of type PropertyPatternModifierConstructorDescriptionWithPattern(PropertyPattern<? super T, ?, ?> propertyPattern, Pattern<T> previous)