Interface InterceptionFunction

    • Method Detail

      • apply

        Object apply​(Object... arguments)
        Applies the interception represented by this InterceptionFunction, with the supplied arguments, and returns the result.
        Parameters:
        arguments - arguments to the interception; must not be a null array
        Returns:
        the result of the interception, which may be null
        Throws:
        NullPointerException - if arguments is a null array
        See Also:
        Interceptions