Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created November 21, 2021 06:53
Embed
What would you like to do?
elvis operator
logger.info("Processing employee '${employee?.name ?: "Employee not found."}'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment