Class FixedValues
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_long.FixedValues
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class FixedValues extends java.lang.Object implements java.util.function.LongUnaryOperatorYield one of the specified values, rotating through them as the input value increases.
-
-
Constructor Summary
Constructors Constructor Description FixedValues(long... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longapplyAsLong(long value)
-