Class MakeListResult<T>

All Implemented Interfaces:
Result<List<T>>, Serializable

public class MakeListResult<T> extends ResultTranslator<Iterator<T>,List<T>>
Simple ResultTranslator that converts from an Iterable to a List.
See Also: