Safe Navigation Operator Definition

noun

A binary operator that returns its second argument , unless the first argument is null , in which case it returns null; used to simplify code that would otherwise need multiple explicit checks for nullity.

Wiktionary