-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.Function1
public final class ListParser<T extends Object> implements Function1<String, List<T>>
Parses a list of <T> from a String. The memberParser parses each member of the list(string, int, etc.)
-
-
Constructor Summary
Constructors Constructor Description ListParser(Function1<String, T> memberParser)
-