Package de.vinado.lib.identifier
Interface IdentifierFactory<T,R extends Identifier<T>>
- Type Parameters:
T- the type of theIdentifier's valueR- the type of theIdentifieritself
- All Known Subinterfaces:
NumericIdentifierFactory<T>,StringIdentifierFactory<T>,UuidIdentifierFactory<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Abstract
function for creation new identifiers.- Author:
- Vincent Nadoll
-
Method Summary
-
Method Details
-
create
-