Interface EntityPropertyHelper.CheckPermissionFunction<E extends WithId>
- Type Parameters:
E- - entity type which extendsWithIdinterface.
- 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.
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply