Skip to content

Instantly share code, notes, and snippets.

@ChristianKienle
Created December 23, 2014 16:11
Show Gist options
  • Select an option

  • Save ChristianKienle/12c64e1c5bbe7957eb89 to your computer and use it in GitHub Desktop.

Select an option

Save ChristianKienle/12c64e1c5bbe7957eb89 to your computer and use it in GitHub Desktop.
var isSuccess:Bool {
switch self {
case .Success(let result) : return true
case .Failure(let error) : return false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment