Package | Description |
---|---|
com.landawn.abacus.util | |
com.landawn.abacus.util.function |
Modifier and Type | Method and Description |
---|---|
<E extends java.lang.Exception> |
MutableShort.setIf(short newValue,
Try.ShortBiPredicate<E> predicate)
Set with the specified new value and returns
true if predicate returns true. |
Modifier and Type | Interface and Description |
---|---|
interface |
ShortBiPredicate |