T
public interface RowHandler<T>
It is equivalent to a function.Consumer apart that it allows for checked Exception.
function.Consumer
void
handle(T t)
void handle(T t) throws Exception
Exception
Copyright © 2015. All rights reserved.