@ProviderType
public static interface Representor.IdentifierStep<T,U>
Modifier and Type | Method and Description |
---|---|
Representor.FirstStep<T> |
identifier(java.util.function.Function<T,U> modelToIdentifierFunction)
Provides a lambda function that can be used to obtain a model's
identifier.
|
Representor.FirstStep<T> identifier(java.util.function.Function<T,U> modelToIdentifierFunction)
modelToIdentifierFunction
- lambda function used to obtain a
model's identifier