T
- the type of values supplied by this supplierpublic interface IntMinimumSupplier<T>
There is no requirement that a new or distinct result be returned each time the supplier is invoked.
This is a functional interface
whose functional method is getMinimum()
.
Modifier and Type | Method and Description |
---|---|
T |
getMinimum()
Gets a minimum value.
|
T getMinimum()
Copyright © 2005–2019 Units of Measurement project. All rights reserved.