T - The type of data that the DataRewinder will
wrap.public static interface DataRewinder.Factory<T>
DataRewinders.| Modifier and Type | Method and Description |
|---|---|
DataRewinder<T> |
build(T data)
Returns a new
DataRewinder wrapping the given data. |
Class<T> |
getDataClass()
Returns the class of data this factory can produce
DataRewinders for. |
DataRewinder<T> build(T data)
DataRewinder wrapping the given data.Class<T> getDataClass()
DataRewinders for.