Join Slack
Powered by
Shouldn’t `find {}.let {}` give me an Object and n...
# getting-started
k
Kenneth
10/06/2020, 10:39 AM
Shouldn’t
find {}.let {}
give me an Object and not Object? inside the let?
d
diesieben07
10/06/2020, 10:41 AM
You are probably thinking of
find { }?.let { }
k
Kenneth
10/06/2020, 11:46 AM
Ah, you are correct sir, thank you.
2
Views
Open in Slack
Previous
Next