-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.ki.shell.configuration.Converter
public final class ListConverter<T extends Object> implements Converter<List<T>>
-
-
Constructor Summary
Constructors Constructor Description ListConverter(Converter<T> itemConverter)
-