Package tech.uom.lib.common.function
Interface Versioned<T>
-
public interface Versioned<T>
Interface for objects with aversion
. the version is aT
.There is no requirement that a distinct result be returned each time the supplier is invoked, unless implementing classes enforce it.
This is a functional interface whose functional method is
getVersion()
.- Since:
- 0.5
- Version:
- 0.4 $Date: 2017/06/03 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getVersion()
-
-
-
Method Detail
-
getVersion
T getVersion()
- Returns:
- a version
-
-