Michael Bull
|
af13c9ee7c
|
Rename Error class to Err
Avoids naming conflict with the stdlib's Error class, also now matches
Rust's naming.
|
2017-10-22 16:08:26 +01:00 |
|
Michael Bull
|
1933c9f845
|
Use filterIsInstance in getAll methods
|
2017-10-22 16:07:24 +01:00 |
|
Michael Bull
|
f0fb536516
|
Add Result.of factory method
Inspired by result4k, invokes a callback within a try/catch block,
returning an Error if an exception was thrown and Ok otherwise.
|
2017-10-22 16:07:24 +01:00 |
|
Michael Bull
|
dc4101b8ef
|
Remove factory methods and expose Ok/Error constructors
Also converts them to data classes.
|
2017-10-22 16:07:24 +01:00 |
|
Michael Bull
|
bf3aaee77b
|
Move to new package name
|
2017-10-22 00:59:16 +01:00 |
|