this may be a simple question but I would like to understand it clearly...
I have a code like this:
public final class Persona { private final int
Try:
final Comparator comparator = comparing(Persona::getName, nullsFirst(naturalOrder()));