| Modifier and Type | Class and Description |
|---|---|
class |
StringTransformer
Base class for
Transformer implementations that operate on strings. |
| Modifier and Type | Method and Description |
|---|---|
Transform |
Transform.then(Transformer transformer)
Add another
Transformer implementation to the transformer pipeline. |
static Transform |
Transform.with(Transformer transformer)
Create a
Transposition instance that applies the given Transformer. |
Copyright © 2023 OCPsoft. All rights reserved.