Uses of Interface
de.xima.fc.interfaces.ISerializableUnaryOperator
Packages that use ISerializableUnaryOperator
-
Uses of ISerializableUnaryOperator in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type ISerializableUnaryOperatorModifier and TypeMethodDescriptionstatic 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
.