public interface ResettableSupplier<T>
extends java.util.function.Supplier<T>
Modifier and Type | Method and Description |
---|---|
void |
reset()
Resets the state of this supplier so that the next call to
get() returns as if it were the first time the method were called |