Package tech.uom.lib.common.function
Interface LongIdentifiable
-
public interface LongIdentifiable
Interface for objects with an long-valued Id.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
getId()
.- Version:
- 1.0.1 $Date: 2014/09/17 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getId()
-