Uses of Class
io.prestosql.matching.Property
-
Packages that use Property Package Description io.prestosql.matching io.prestosql.matching.pattern -
-
Uses of Property in io.prestosql.matching
Methods in io.prestosql.matching that return Property Modifier and Type Method Description Property<F,C,?>PropertyPattern. getProperty()static <F,C,T>
Property<F,C,T>Property. optionalProperty(java.lang.String name, java.util.function.BiFunction<F,C,java.util.Optional<T>> function)static <F,C,T>
Property<F,C,T>Property. optionalProperty(java.lang.String name, java.util.function.Function<F,java.util.Optional<T>> function)static <F,C,T>
Property<F,C,T>Property. property(java.lang.String name, java.util.function.BiFunction<F,C,T> function)static <F,C,T>
Property<F,C,T>Property. property(java.lang.String name, java.util.function.Function<F,T> function)Methods in io.prestosql.matching with parameters of type Property Modifier and Type Method Description static <F,C,T extends java.lang.Iterable<S>,S>
PropertyPattern<F,C,T>Pattern. empty(Property<F,C,T> property)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) -
Uses of Property in io.prestosql.matching.pattern
Methods in io.prestosql.matching.pattern that return Property Modifier and Type Method Description Property<? super T,?,?>WithPattern. getProperty()
-