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 IResourceDescriptor
TransformingResourceDescriptors. 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 IResourceDescriptor
TransformingResourceDescriptors. 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
.
-