Skip to content

Instantly share code, notes, and snippets.

@vasarhelyia
Last active October 6, 2015 20:25
Show Gist options
  • Save vasarhelyia/15e312029d9cbe3cbdb8 to your computer and use it in GitHub Desktop.
Save vasarhelyia/15e312029d9cbe3cbdb8 to your computer and use it in GitHub Desktop.
validName
let validName = MutableProperty(false)
validName <~ self.brewState.producer
|> map{ $0.name.value.characters.count > 0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment