>
>
> On 18/07/2020 23:05, Juraj Jurčo wrote:
> > Hi Rob,
> > thanks for the proposal. Yes, you're right I can use this. I haven't seen
> > it before nor realize it.
> > It also evokes the question whether it's self explanatory. Maybe it was
> > on
p(Property::getSubProperty)
> .map(SubProperty::getSubSubProperty)
> .map(SubSubProperty::getSubSubSubProperty)
> .orElse(null);
>
>
> On 18/07/2020 14:28, Juraj Jurčo wrote:
> > Hi guys,
> > I'm new in this list and I would lik
Hi guys,
I'm new in this list and I would like to contribute to Apache commons.
First of all I would like get some feedback if it makes sense to contribute.
Java is slow in implementation of null-safe operator however sometimes it's
really needed. So far I didn't find any implementation of this in