JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
nosqlbench 5.23.0-SNAPSHOT
io.nosqlbench.cqlgen.api
CGTextTransformer
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
apply(String)
Interface CGTextTransformer
All Superinterfaces:
Function
<
String
,
String
>
All Known Implementing Classes:
CGRegexReplacer
public interface
CGTextTransformer
extends
Function
<
String
,
String
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
apply
(
String
input)
Methods inherited from interface java.util.function.
Function
andThen
,
compose
Method Details
apply
String
apply
(
String
input)
Specified by:
apply
in interface
Function
<
String
,
String
>