R
- the return type of the called functionpublic class WheelResult<R>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Data<R> |
data |
private java.lang.String |
tag |
Constructor and Description |
---|
WheelResult() |
Modifier and Type | Method and Description |
---|---|
Data<R> |
getData() |
java.lang.String |
getTag() |