Created
March 26, 2019 11:52
-
-
Save sajjadyousefnia/e52510f736b334c87d69378d1565becd to your computer and use it in GitHub Desktop.
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
for (element in this) { | |
if (element is String) { | |
destination.add(element) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment