Last active
April 15, 2021 19:00
-
-
Save vbmendes/aa93feeb413f01a261d3e7af891fa2f4 to your computer and use it in GitHub Desktop.
Joining strings in Java 8 with null safety
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return this.getStringA() + " - " + this.getStringB(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment