Class SaveInteger
- java.lang.Object
-
- io.virtdata.basicsmappers.stateful.from_long.SaveInteger
-
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class SaveInteger extends java.lang.Object implements java.util.function.LongToIntFunctionSave a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function. Note that the input type is not that suitable for constructing names, so this is more likely to be used in an indirect naming pattern likeSaveDouble(Load('id'))
-
-
Constructor Summary
Constructors Constructor Description SaveInteger(java.lang.String name)SaveInteger(java.util.function.LongFunction<java.lang.Object> nameFunc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intapplyAsInt(long value)
-