Class Save
- java.lang.Object
-
- io.virtdata.basicsmappers.stateful.Save
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.Object,java.lang.Object>
public class Save extends java.lang.Object implements java.util.function.Function<java.lang.Object,java.lang.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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectapply(java.lang.Object o)
-