Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我正在这样做:
.map((service) -> (ClassType) service.getList())
有这个的简写吗
.map((ClassType) Service::getList)