Commit Graph

24 Commits

Author SHA1 Message Date
Michael Bull da77504fa7 Add {javadoc,sources}Jar as artifacts 2017-10-21 22:37:45 +01:00
Michael Bull 7052be1c5e Add missing version property 2017-10-21 22:34:46 +01:00
Michael Bull 2e2fc22b2b Add release/publish configuration 2017-10-21 22:33:59 +01:00
Michael Bull e5ee148ec8 Publish javadoc 2017-10-21 22:10:13 +01:00
Michael Bull d1b9c7d2ef Fix typo in README 2017-10-21 22:07:07 +01:00
Michael Bull ff40e12e6f Add inline documentation to library methods 2017-10-21 21:19:21 +01:00
Michael Bull 1b29f4a58a Configure dokka to produce javadoc 2017-10-21 20:03:51 +01:00
Michael Bull eb326ecebb Remove erroneous list entry in README 2017-10-21 19:46:44 +01:00
Michael Bull d5e60df857 Fix typo in README 2017-10-21 19:46:14 +01:00
Michael Bull 9f64b5409a Update README 2017-10-21 19:44:58 +01:00
Michael Bull 9acd99dffd Pass error/value to UnwrapException message 2017-10-21 19:17:01 +01:00
Michael Bull 6f21fd634b Correct variable naming in OrTest 2017-10-21 19:04:23 +01:00
Michael Bull eb4aecaab8 Correct generic type identifier on mapError 2017-10-21 18:52:14 +01:00
Michael Bull 99515df0f7 Remove GetTest.GetError 2017-10-21 18:12:25 +01:00
Michael Bull be2fa210cc Add getErrorOr
Matches Haskell's Either.fromRight
2017-10-21 18:10:08 +01:00
Michael Bull eea45b3c88 Add README 2017-10-21 17:44:55 +01:00
Michael Bull bffa455ee4 Add feature parity with Rust's Result type 2017-10-21 16:52:29 +01:00
Michael Bull c3534276b4 Rename error factory method to err
Kotlin has it's own error method, therefore the IDE doesn't immediately
prompt the user to import our error factory method.
2017-10-21 15:03:39 +01:00
Michael Bull c9a7d16562 Move factory methods to Result.kt 2017-10-21 04:37:37 +01:00
Michael Bull b1ac605d05 Order dependencies alphabetically in gradle.properties 2017-10-21 04:32:25 +01:00
Michael Bull 18170ac5f0 Update gradle wrapper 2017-10-21 04:31:24 +01:00
Michael Bull 8dc7015910 Correct return types of mapBoth calls 2017-10-21 04:29:18 +01:00
Michael Bull faf315d395 Use named arguments in unit tests 2017-10-21 04:21:56 +01:00
Michael Bull 3602e8dce1 Initial commit 2017-10-21 03:51:30 +01:00