| Package | Description |
|---|---|
| io.prestosql.matching | |
| io.prestosql.matching.pattern |
| Modifier and Type | Method and Description |
|---|---|
Property<F,C,?> |
PropertyPattern.getProperty() |
static <F,C,T> Property<F,C,T> |
Property.optionalProperty(String name,
BiFunction<F,C,Optional<T>> function) |
static <F,C,T> Property<F,C,T> |
Property.optionalProperty(String name,
Function<F,Optional<T>> function) |
static <F,C,T> Property<F,C,T> |
Property.property(String name,
BiFunction<F,C,T> function) |
static <F,C,T> Property<F,C,T> |
Property.property(String name,
Function<F,T> function) |
| Modifier and Type | Method and Description |
|---|---|
static <F,C,T extends Iterable<S>,S> |
Pattern.empty(Property<F,C,T> property) |
static <F,C,T extends Iterable<S>,S> |
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) |
| Modifier and Type | Method and Description |
|---|---|
Property<? super T,?,?> |
WithPattern.getProperty() |
Copyright © 2012–2020. All rights reserved.