| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
Result<T,Exception> |
ContinuableFuture.gett()
Gets the t.
|
Result<T,Exception> |
ContinuableFuture.gett(long timeout,
TimeUnit unit)
Gets the t.
|
static <T,E extends Throwable> |
Result.of(T value,
E exception) |
Copyright © 2021. All rights reserved.