Interface Action<T>

    • Method Detail

      • execute

        void execute​(T t)
        Performs this action against the given object.
        Parameters:
        t - The object to perform the action on.