public class Result<T> extends Object
| Constructor and Description |
|---|
Result() |
Result(T value,
int errorCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
T |
getValue() |
boolean |
isFailed() |
void |
setErrorCode(int errorCode) |
void |
setValue(T value) |
Copyright © 2017 LSST. All rights reserved.