Skip to content

Commit

Permalink
Add isSuccess method in Quick Start section
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavkin committed Mar 5, 2016
1 parent 1879c24 commit 8bf99fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@ result.resultFor(addProject.uuid)
result.resultFor(UUID.randomUUID) // returns None at runtime
```

- `isSuccess` allows to quickly find out, if all the commands in the request finished successfully:

```scala
result.isSuccess // true or false
```

## Design

Scalist is designed with three correlated requirements:
Expand Down

0 comments on commit 8bf99fa

Please sign in to comment.