TEntity
- The type of entity.@FunctionalInterface public static interface IsMatchCallback.Function<TEntity extends IEntityIdentifier>
Modifier and Type | Method and Description |
---|---|
boolean |
invoke(Transaction transaction,
TEntity entity)
Represents a method used to match an entity via
DelegateEntityFilter . |
boolean invoke(Transaction transaction, TEntity entity)
DelegateEntityFilter
.transaction
- The transaction to use to retrieve entity values.entity
- The entity to be filtered.true
if the entity meets the filter criteria; otherwise false
.