Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
None
Description
I am refactoring the FormRenderer class to make it more declarative. Here are 3 patches going in that direction by using the stream API.
The specificity of those patches is that it emphasize the use of predicates and collectors over subroutines. This has the advantage of composing well when using he stream API, and avoid unnecessary construction of intermediate results.