WildFly Elytron 1.6.7.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
T
- the action result type
P
- the action parameter type
- All Superinterfaces:
- Function<P,T>
@FunctionalInterface
public interface ParametricPrivilegedAction<T,P>
extends Function<P,T>
A privileged action which accepts a parameter.
- Author:
- David M. Lloyd
-
-
Method Detail
-
run
T run(P parameter)
Perform the action.
- Parameters:
parameter
- the passed-in parameter
- Returns:
- the action result
WildFly Elytron 1.6.7.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2020 JBoss by Red Hat. All rights reserved.