Interface ActionHandler1<A>

    • Method Detail

      • getParameterCount

        default int getParameterCount()
        Description copied from interface: ActionHandler
        Returns the parameter count for this action handler.
        Specified by:
        getParameterCount in interface ActionHandler
        Returns:
        A number of parameters of a lambda method or a method reference.