|
80e813e933
|
Condition.{and(Condition),or(Condition),not()}: added
Deprecate the whereNot(), andNot() and orNot() methods infavour of these new
methods, which they all not use internally..
|
2018-07-25 13:16:56 +01:00 |
|
|
fbb6117ab1
|
Add otherwiseThrow(Exception)
|
2018-07-18 22:44:45 +01:00 |
|
|
752b7864be
|
Add thenThrow(Exception)
|
2018-07-18 21:57:25 +01:00 |
|
|
dec715a5cb
|
Upgrade kemitix-parent to 5.0.3
|
2018-02-23 18:36:28 +00:00 |
|
|
a1d9f17faf
|
Value: add where() with Supplier<T> parameters
* Add `<T> Value.where(boolean, Supplier<T>, Supplier<T>)`
* Add `Optional<T> Value.where(boolean, Supplier<T>)`
|
2017-08-26 23:03:13 +01:00 |
|
|
844ba49c76
|
Value: Avoid danger of JVM-level deadlock during initialisation
|
2017-08-26 20:39:39 +01:00 |
|
|
3b7d3435cf
|
.travis-support: added
|
2017-08-26 19:23:52 +01:00 |
|
|
62e4d56c9a
|
Condition: avoid danger of JVM-level deadlock during initialisation
|
2017-08-26 19:14:24 +01:00 |
|
|
5cd4f5e78a
|
CHANGELOG
|
2017-08-26 18:34:03 +01:00 |
|