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.

@FunctionalInterface public interface RowLevelPredicate<T> extends Predicate<T>, Serializable
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.