Package org.wildfly.security
Interface ParametricPrivilegedAction<T,P>
- Type Parameters:
T- the action result typeP- the action parameter type
- All Superinterfaces:
Function<P,T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A privileged action which accepts a parameter.
- Author:
- David M. Lloyd
-
Method Summary