edenman
if let unwrappedFoo = optionalFoo && unwrappedFoo.bar() { // do something with unwrappedFoo }