default T |
Finder.firstResult() |
Deprecated.
|
<T> T |
TypeSafeMap.get(Key<T> key) |
Deprecated.
|
default T |
Finder.result() |
Deprecated.
|
static <T extends java.util.Collection<?>> T |
NotFoundException.throwWhenEmpty(T collection,
java.lang.String message) |
Throws the NotFoundException when the passed collection is null or empty.
|
static <T extends java.util.Collection<?>> T |
NotFoundException.throwWhenEmpty(T collection,
java.lang.String message,
java.lang.Object... args) |
Throws the NotFoundException when the passed collection is null or empty.
|
static <T> T |
NotFoundException.throwWhenNull(T object,
java.lang.String message) |
Throws the NotFoundException when the passed object is null .
|
static <T> T |
NotFoundException.throwWhenNull(T object,
java.lang.String message,
java.lang.Object... args) |
Throws the NotFoundException when the passed object is null .
|