Package tech.uom.lib.common.function
Interface Versioned<T>
-
- Type Parameters:
T- the type of version
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 $
- Author:
- Werner KEIL
-
-
Method Summary
Modifier and Type Method Description TgetVersion()
-
-
-
Method Detail
-
getVersion
T getVersion()
- Returns:
- a version
-
-