S - @FunctionalInterface public static interface StatementBuilder.BindFunction<S>
TermFactory.| Modifier and Type | Method and Description |
|---|---|
S |
bind(S statement,
TermFactory factory)
Apply a binding operation on the
statement and return the modified statement instance. |
S bind(S statement, TermFactory factory)
statement and return the modified statement instance.statement - the initial statement instance.factory - factory to create Term objects.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.