public static interface DatabaseClient.StatementFilterSpec<S extends DatabaseClient.StatementFilterSpec<S>>
StatementFilterFunction
.Modifier and Type | Method and Description |
---|---|
default S |
filter(Function<? super Statement,? extends Statement> filter)
Add the given filter to the end of the filter chain.
|
S |
filter(StatementFilterFunction filter)
Add the given filter to the end of the filter chain.
|
default S filter(Function<? super Statement,? extends Statement> filter)
filter
- the filter to be added to the chain.S filter(StatementFilterFunction filter)
filter
- the filter to be added to the chain.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.