Package org.apache.ibatis.jdbc
Interface AbstractSQL.ForEachConsumer<T,E>
-
- Type Parameters:
T
- SQL typeE
- Element type of iterable
- Enclosing class:
- AbstractSQL<T>
public static interface AbstractSQL.ForEachConsumer<T,E>
Consumer for 'forEach' operation.- Since:
- 3.5.15
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T sql, E element, int elementIndex)
Accept an iterable element with index.
-