Class AccumulatingToIntWrapper<T>
- java.lang.Object
-
- org.processmining.specpp.supervision.monitoring.AccumulatingToIntWrapper<T>
-
- All Implemented Interfaces:
java.util.function.ToIntFunction<T>
public class AccumulatingToIntWrapper<T> extends java.lang.Object implements java.util.function.ToIntFunction<T>
-
-
Constructor Summary
Constructors Constructor Description AccumulatingToIntWrapper(java.util.function.ToIntFunction<T> deltaFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intapplyAsInt(T value)
-