-
public final class TypePrinterKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> TypePrinter<T>typePrinter(Function1<List<String>, List<String>> transformImports, Function2<T, Function1<Object, String>, String> codeGenerator)Helper for easily creating a TypePrinter. -
-
Method Detail
-
typePrinter
final static <T extends Any> TypePrinter<T> typePrinter(Function1<List<String>, List<String>> transformImports, Function2<T, Function1<Object, String>, String> codeGenerator)
Helper for easily creating a TypePrinter.
- Parameters:
codeGenerator- See TypePrinter.generateCode
-
-
-
-