Interface StatementBuilder.BindFunction<S>
- Type Parameters:
S-
- Enclosing class:
- StatementBuilder<S extends com.datastax.oss.driver.api.querybuilder.BuildableQuery>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Binding function. This function gets called with the current statement and
TermFactory.-
Method Summary
Modifier and TypeMethodDescriptionbind(S statement, TermFactory factory) Apply a binding operation on thestatementand return the modified statement instance.
-
Method Details
-
bind
Apply a binding operation on thestatementand return the modified statement instance.- Parameters:
statement- the initial statement instance.factory- factory to createTermobjects.- Returns:
- the modified statement instance.
-