Package tools.jdbc

Interface SqlConsumer

All Superinterfaces:
Consumer<ResultSet>
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 SqlConsumer extends Consumer<ResultSet>
A ResultSet consumer for usage in the method Stream.forEach()
Author:
Pavel Ponec
See Also: