Provides several shortcuts for constructing a TreeProcessor
(which is just a type alias for a plain Kleisli
).
- Companion
- object
Type members
Types
Value members
Concrete methods
Inherited methods
Creates a new transformer that applies the specified effectful function to each document in the parsed tree before rendering.
Creates a new transformer that applies the specified effectful function to each document in the parsed tree before rendering.
- Inherited from
- TreeMapperOps
Creates a new transformer that applies the specified function to each document in the parsed tree before rendering.
Creates a new transformer that applies the specified function to each document in the parsed tree before rendering.
- Inherited from
- TreeMapperOps
Creates a new transformer that applies the specified function to the parsed tree before rendering.
Creates a new transformer that applies the specified function to the parsed tree before rendering.
- Inherited from
- TreeMapperOps