Revise SpEL internals and documentation

This is a prerequisite for null-safe Optional support.

See gh-20433
This commit is contained in:
Sam Brannen
2025-03-12 13:59:26 +01:00
parent d3d951e44b
commit 2c05e991b5
5 changed files with 66 additions and 81 deletions

View File

@@ -252,7 +252,6 @@ Kotlin::
<1> Use "null-safe select first" operator on potentially null `members` list
======
The following example shows how to use the "null-safe select last" operator for
collections (`?.$`).