Annotate a Java constructor as implementing a @FunctionalInterface

后端 未结 0 898
后悔当初
后悔当初 2021-01-15 22:29

I would like to use this functional interface from Spring:

@FunctionalInterface
public interface RowMapper {
    T mapRow(ResultSet rs, int rowNum) t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题