Implement Program Flow

You have a lot of checks in your application for null values. If a value is not null, you want to call a method on it. You want to simplify your code. Which technique do you use?

Conditional operator
for
The short-circuiting behavior of the and operator
Null-coalescing operator