тройной оператор в Java для Null чек

String value = object != null ? object.getValue() : null;
Nice Newt