public final class TaskResult<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> TaskResult<T> |
of(T value) |
static <T> TaskResult<T> |
of(Throwable throwable) |
public static <T> TaskResult<T> of(T value)
public static <T> TaskResult<T> of(Throwable throwable)
Copyright © 2023. All rights reserved.