Class CycleSpanResults

    • Constructor Summary

      Constructors 
      Constructor Description
      CycleSpanResults​(long min, long nextMin, int result)  
    • Method Summary

      Modifier and Type Method Description
      CycleResultsSegment filter​(java.util.function.Predicate<ResultReadable> filter)  
      long getCount()  
      long getMinCycle()  
      int getResult()
      Get a result associated with some operation, according to the activity-specific result map
      java.util.Iterator<CycleResult> iterator()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • CycleSpanResults

        public CycleSpanResults​(long min,
                                long nextMin,
                                int result)