- All Superinterfaces:
- ThrowableFunction<Credentials,java.lang.Boolean>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@ConsumerType
@FunctionalInterface
public interface HasAddingPermissionFunction
extends ThrowableFunction<Credentials,java.lang.Boolean>
Defines a type alias for a function that can be used to check for permissions
for adding an item to a collection.