Interface PrivilegedAccessHelper.PrivilegedCallable<T>

  • Type Parameters:
    T - the result type of method call
    Enclosing class:
    PrivilegedAccessHelper
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface PrivilegedAccessHelper.PrivilegedCallable<T>
    INTERNAL A task that returns a result and shall not throw an exception. Implementors define a single call() method with no arguments.
    • Method Detail

      • call

        T call()