| Issue 58: | null safe chained method calls | |
| 1 person starred this issue and may be notified of changes. | Back to list |
This issue is being split off of Issue 45 starting at the following comment: https://code.google.com/p/funcito/issues/detail?id=45#c2 The basic idea is to allow intermediate nulls in the chain without causing an NPE, but simply to short-circuit return a null (or other default value). A viable and flexible API would have to designed.
Sep 16, 2013
(No comment was entered for this change.)
Status:
CodeComplete
Oct 31, 2013
Not only null-safe navigation, but the whole concept of Funcito modes and user-defined modes was added in 1.3!
Status:
Fixed
|
Labels: Milestone-R1.3