Uses of Interface
app.babylon.table.transform.Transform
Packages that use Transform
Package
Description
-
Uses of Transform in app.babylon.table
Methods in app.babylon.table with parameters of type TransformMethod parameters in app.babylon.table with type arguments of type Transform -
Uses of Transform in app.babylon.table.plans
Methods in app.babylon.table.plans that return types with arguments of type TransformMethods in app.babylon.table.plans with parameters of type TransformModifier and TypeMethodDescriptionTablePlanRead.withTransform(Transform transform) TablePlanRead.withTransforms(Transform... transforms) -
Uses of Transform in app.babylon.table.transform
Classes in app.babylon.table.transform that implement TransformModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in app.babylon.table.transform with type parameters of type TransformModifier and TypeMethodDescription<C extends Collection<? super Transform>>
CTransformSet.transforms(C transforms) Methods in app.babylon.table.transform that return TransformModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Parse a DSL statement withQuickTransformsinstead.static TransformQuickTransforms.parse(TokenStream tokens) TransformSet.transforms()Methods in app.babylon.table.transform with parameters of type TransformMethod parameters in app.babylon.table.transform with type arguments of type TransformModifier and TypeMethodDescriptionstatic TransformSetTransformSet.of(Collection<? extends Transform> transforms) QuickTransforms.withWriter(Class<? extends Transform> transformClass, Function<Transform, String> writer) QuickTransforms.withWriter(Class<? extends Transform> transformClass, Function<Transform, String> writer) -
Uses of Transform in app.babylon.table.transform.dsl
Methods in app.babylon.table.transform.dsl that return TransformModifier and TypeMethodDescriptionTransformCommandParser.parse(TokenStream tokens) TransformDslParser.parse(TokenStream tokens) Methods in app.babylon.table.transform.dsl that return types with arguments of type TransformMethods in app.babylon.table.transform.dsl with parameters of type TransformModifier and TypeMethodDescriptionMethod parameters in app.babylon.table.transform.dsl with type arguments of type Transform
TransformCommandParserinstead.