Interface EntityPropertyHelper.CheckPermissionFunction<E extends WithId>

Type Parameters:
E - - entity type which extends WithId interface.
All Superinterfaces:
BiFunction<ApplicationUser,E,ErrorCollection>
Enclosing interface:
EntityPropertyHelper<E extends WithId>

public static interface EntityPropertyHelper.CheckPermissionFunction<E extends WithId> extends BiFunction<ApplicationUser,E,ErrorCollection>
The base function for checking of permissions on chosen entities.