| 程序包 | 说明 |
|---|---|
| xdean.reflect.getter.internal.util |
To avoid depends on Java-EX, copy some utility code into this pacakge
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Optional<T> |
TaskUtil.firstNonNull(FuncE0<T,?>... tasks)
Return the first non-null result of the given tasks or empty if all of them return null.
|
static <T> T |
ExceptionUtil.uncatch(FuncE0<T,?> task) |
static <T> T |
ExceptionUtil.uncheck(FuncE0<T,?> task) |
Copyright © 2018. All rights reserved.