Interface Closure

    • Method Detail

      • execute

        void execute​(java.lang.Object input)
        Performs an action on the specified input object.
        Parameters:
        input - the input to execute on
        Throws:
        java.lang.ClassCastException - (runtime) if the input is the wrong class
        java.lang.IllegalArgumentException - (runtime) if the input is invalid
        FunctorException - (runtime) if any other error occurs