| Package | Description |
|---|---|
| org.ujorm.tools |
| Modifier and Type | Method and Description |
|---|---|
static String |
Assert.MessageBuilder.get(Assert.MessageMaker messageMaker) |
static void |
Assert.isFalse(boolean condition,
Assert.MessageMaker messageMaker)
Checks if the argument is
false. |
static <V,M> void |
Assert.isFalse(V value,
Predicate<V> predicate,
Assert.MessageMaker messageMaker)
|
static <M> void |
Assert.isTrue(boolean condition,
Assert.MessageMaker messageMaker)
Checks if the argument is
true. |
static <V,M> void |
Assert.isTrue(V condition,
Predicate<V> predicate,
Assert.MessageMaker messageMaker)
Checks if the predicate is valid
Predicate.test() is
true. |
static <M> void |
Assert.state(boolean condition,
Assert.MessageMaker messageMaker)
If the value Checks if the argument is
true. |
Copyright 2015, Pavel Ponec