Package guru.mikelue.jdut.jdbc
Interface SurroundingConfig<T,R>
-
- Type Parameters:
T
- The type of fed object of the surrounded functionR
- The type of returned object the surrounded function
- All Superinterfaces:
Consumer<List<JdbcFunction.SurroundOperator<T,R>>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SurroundingConfig<T,R> extends Consumer<List<JdbcFunction.SurroundOperator<T,R>>>
This interface defines the lambda expression of configuration ofList
ofJdbcFunction.SurroundOperator
.