Packages

package compat

Type Members

  1. trait AsyncShell extends InputActionCreator

    An asynchronous shell.

    An asynchronous shell. It processes commands and tab-completions asynchronously.

  2. final class InputAction [T] extends AnyRef

    An action requested to be executed by a Shell by the input source of an AsyncShell.

    An action requested to be executed by a Shell by the input source of an AsyncShell.

    T

    the type of the result of the action

  3. trait InputActionCreator extends AnyRef

    Something which creates InputActions.

  4. trait InputChannel extends InputProvider

    Something which transmits input between a source and an AsyncShell.

  5. trait InputProvider extends AnyRef

    Something which provides input (asynchronously) for an AsyncShell.

  6. final class SimpleInputChannel extends InputChannel

    A simple InputChannel implementation.

Ungrouped