TEntity
- The type of the entity.T
- The type of the transacted property.@FunctionalInterface public static interface EntityTransactedPropertyGetter.Function<TEntity,T>
Modifier and Type | Method and Description |
---|---|
TransactedProperty<T> |
invoke(TEntity entity)
Represents a method to get a transacted property on an entity.
|
TransactedProperty<T> invoke(@Nonnull TEntity entity)
entity
- The entity on which to get the transacted property.TransactedProperty
.