Something like this maybe? ``` heavySourceA().find...
# announcements
m
Something like this maybe?
Copy code
heavySourceA().find { it == "MyString" }
    ?: heavySourceB().find { it == "MyString" }