Interface ExposesAndThen<S extends ExposesAndThen<S,R>,R extends Statement>

Type Parameters:
S - The source type of the builder that ultimately builds the statement ("SELF")
R - The result type of the statement
All Superinterfaces:
StatementBuilder.BuildableStatement<R>
All Known Subinterfaces:
StatementBuilder.OngoingStandaloneCallWithReturnFields

public interface ExposesAndThen<S extends ExposesAndThen<S,R>,R extends Statement> extends StatementBuilder.BuildableStatement<R>
Allows chaining of statements to some other builders.
Author:
Michael J. Simons