public interface Transformer
Modifier and Type | Method and Description |
---|---|
Object |
transform(Object anObject)
Transforms anObject into a different object
|
Object transform(Object anObject)
anObject
- the object to be transformedFlowableException
- if the transformation could not be appliedCopyright © 2019 Flowable. All rights reserved.