Packages

package history

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class FileHistoryManager extends MemoryHistoryManager

    Represents a history manager that stores and loads history via local files.

  2. trait HistoryManager extends AnyRef

    Represents the interface for storing and loading terminal history.

  3. class MemoryHistoryManager extends HistoryManager

    Represents a history manager that stores and loads history using memory.

  4. class NoopHistoryManager extends HistoryManager

    Represents a history manager that performs no-ops for all operations.

    Represents a history manager that performs no-ops for all operations. Essentially, this manager represents the /dev/null of history managers.

Ungrouped