Class IntCounterSupplier
- java.lang.Object
-
- step.repositories.azure.devops.util.IntCounterSupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<java.lang.Integer>
public class IntCounterSupplier extends java.lang.Object implements java.util.function.Supplier<java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description IntCounterSupplier(int initialValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
get()
-