Package io.jmix.security.model
Interface RowLevelPredicate<T>
- All Superinterfaces:
Predicate<T>
,Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents row level policy in-memory predicate. The predicate expects an entity instance as an argument. Use
RowLevelBiPredicate
if you need to use Spring beans inside the function.-
Method Summary