Class CycleValueSupplier
- java.lang.Object
-
- io.engineblock.activitycore.fortesting.CycleValueSupplier
-
- All Implemented Interfaces:
java.util.function.LongSupplier
public class CycleValueSupplier extends java.lang.Object implements java.util.function.LongSupplier
-
-
Constructor Summary
Constructors Constructor Description CycleValueSupplier()
-
Method Summary
Modifier and Type Method Description longgetAsLong()CycleValueSuppliersetValue(long newFixedCycle)
-
-
-
Method Detail
-
setValue
public CycleValueSupplier setValue(long newFixedCycle)
-
getAsLong
public long getAsLong()
- Specified by:
getAsLongin interfacejava.util.function.LongSupplier
-
-