T - the type of the call back argumentpublic interface RowHandler<T>
It is equivalent to a Consumer apart that it allows for checked Exception.
| Modifier and Type | Method and Description |
|---|---|
void |
handle(T t) |
Copyright © 2015. All rights reserved.