Class ModuloLineToString
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_string.ModuloLineToString
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.String>
public class ModuloLineToString extends java.lang.Object implements java.util.function.LongFunction<java.lang.String>Select a value from a text file line by modulo division against the number of lines in the file.
-
-
Constructor Summary
Constructors Constructor Description ModuloLineToString(java.lang.String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(long input)java.lang.StringtoString()
-