public final class Result<T>
extends java.lang.Object
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getError() |
T |
getResult() |
void |
setError(java.lang.Throwable t) |
void |
setResult(T result) |
Copyright © 2021. All Rights Reserved.