public interface ResultSetMapper<T> extends io.reactivex.functions.Function<ResultSet,T>
T
apply(ResultSet rs)
T apply(@Nonnull ResultSet rs) throws SQLException
apply
io.reactivex.functions.Function<ResultSet,T>
SQLException
Copyright © 2016–2022. All rights reserved.