Interface CtConsumableFunction<T>

    • Method Detail

      • apply

        void apply​(T input,
                   CtConsumer<Object> outputConsumer)
        Evaluates the function on the given input.
        Parameters:
        input - the input of the function
        outputConsumer - the consumer which accepts the results of this function.