public class AttemptResults<T> extends Object
| Constructor and Description |
|---|
AttemptResults() |
| Modifier and Type | Method and Description |
|---|---|
T |
getResult() |
void |
setResult(T result) |
void |
setSuccessful(boolean wasSuccessful) |
boolean |
wasSuccessful() |
Copyright © 2017. All rights reserved.