Interface ParametricPrivilegedAction<T,​P>

  • Type Parameters:
    T - the action result type
    P - the action parameter type

    public interface ParametricPrivilegedAction<T,​P>
    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