Uses of Interface
de.xima.fc.interfaces.ISerializableUnaryOperator
- 
Packages that use ISerializableUnaryOperator Package Description de.xima.fc.workflow  - 
- 
Uses of ISerializableUnaryOperator in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type ISerializableUnaryOperator Modifier and Type Method Description static IResourceDescriptorTransformingResourceDescriptors. streaming(IResourceDescriptor delegate, ISerializableUnaryOperator<InputStream> transformer)Creates a resource descriptor that that delegates to another descriptor, but applies a transformer to the input stream of the resource's content.static IResourceDescriptorTransformingResourceDescriptors. text(IResourceDescriptor delegate, Charset charset, ISerializableUnaryOperator<String> transformer)Creates a resource descriptor that that delegates to another descriptor, but applies a transformer to the plain text content of the resource, using a specifiedCharset. 
 -