Interface Cmd

    • Method Detail

      • apply

        void apply​(@GuardedBy("<self>") Session s)
        Runs the command in the given session.
        Parameters:
        s - a session in which to run this command
      • toString

        @SideEffectFree
        String toString​(@GuardSatisfied Cmd this)
        Returns a string for debugging only.
        Overrides:
        toString in class Object
        Returns:
        a string for debugging only