Uses of Class
app.babylon.table.transform.QuickTransforms
Packages that use QuickTransforms
-
Uses of QuickTransforms in app.babylon.table.transform
Methods in app.babylon.table.transform that return QuickTransformsModifier and TypeMethodDescriptionstatic QuickTransformsQuickTransforms.standard()QuickTransforms.with(String command, TransformCommandParser parser) QuickTransforms.with(Map<String, TransformCommandParser> parsers) <T> QuickTransformsQuickTransforms.withRoundScale(Class<T> type, ToIntFunction<T> roundScale) QuickTransforms.withType(String name, Column.Type type) QuickTransforms.withTypes(Map<String, Column.Type> types) QuickTransforms.withWriter(Class<? extends Transform> transformClass, Function<Transform, String> writer) Methods in app.babylon.table.transform with parameters of type QuickTransformsModifier and TypeMethodDescriptionQuickTransformScript.prettyPrint(QuickTransforms quickTransforms)