- All Implemented Interfaces:
- Function<Object,Object>
public class Save
extends Object
implements Function<Object,Object>
Save the current input value at this point in the function chain to a thread-local variable name.
The input value is unchanged, and available for the next function in the chain to use as-is.