Class List
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_long.to_collection.List
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.util.List<java.lang.Object>>
public class List extends java.lang.Object implements java.util.function.LongFunction<java.util.List<java.lang.Object>>Create aListfrom a long input based on two functions, the first to determine the list size, and the second to populate the list with object values. The input fed to the second function is incremented between elements. To directly create Lists of Strings from the String version of the same mapping functions, simply useStringListinstead.