Package tech.uom.lib.common.function
Interface Versioned<T>
- Type Parameters:
T- the type of version
public interface Versioned<T>
Interface for objects with a
version.
the version is a T.
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 $
- Author:
- Werner KEIL
-
Method Summary
-
Method Details
-
getVersion
T getVersion()- Returns:
- a version
-