public class VStringArrayToListStringReadFunction extends Object implements ReadFunction<List<String>>
| Constructor and Description |
|---|
VStringArrayToListStringReadFunction(ReadFunction<VStringArray> function) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
readValue()
Calculates, if needed, and then returns the value for this function.
|
public VStringArrayToListStringReadFunction(ReadFunction<VStringArray> function)
public List<String> readValue()
ReadFunctionreadValue in interface ReadFunction<List<String>>Copyright © 2015. All rights reserved.