mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
By using function literals with receiver, we can avoid requiring lambda parameters for a shorter and nicer syntax. Based on a proposal from Joseph Taylor. Issue: SPR-15815