Class CycleValueSupplier

  • All Implemented Interfaces:
    java.util.function.LongSupplier

    public class CycleValueSupplier
    extends java.lang.Object
    implements java.util.function.LongSupplier
    • Method Summary

      Modifier and Type Method Description
      long getAsLong()  
      CycleValueSupplier setValue​(long newFixedCycle)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CycleValueSupplier

        public CycleValueSupplier()
    • Method Detail

      • getAsLong

        public long getAsLong()
        Specified by:
        getAsLong in interface java.util.function.LongSupplier