is it possible to do `myObject.let { if (aBoolean)...
# getting-started
m
is it possible to do
myObject.let { if (aBoolean) CurrentObject::someMethod}
?