Package

ammonite.kernel

compat

Permalink

package compat

Visibility
  1. Public
  2. All

Type Members

  1. final class AutocompleteOutputCompat extends AnyRef

    Permalink

    Javafriendly wrapper around ammonite.kernel.AutocompleteOutput

    Javafriendly wrapper around ammonite.kernel.AutocompleteOutput

    Author:

    Harshad Deo

    Since

    0.2

  2. trait KernelLoadIvyProcessor[D, R] extends AnyRef

    Permalink

    Interface to handle the process the output of loading a dependency.

    Interface to handle the process the output of loading a dependency. Allows the caller to pass in additional data that might be used to construct the output

    Author:

    Harshad Deo

    D

    Type of the additional data passed in

    R

    Type of the result

    Since

    0.2

  3. trait KernelProcessProcessor[D, R] extends AnyRef

    Permalink

    Interface to handle the process the output of compiling, loading and evaluating code.

    Interface to handle the process the output of compiling, loading and evaluating code. Allows the caller to pass in additional data that might be used to construct the output

    Author:

    Harshad Deo

    D

    Type of the additional data passed in

    R

    Type of the result

    Since

    0.2

  4. final class ReplKernelCompat extends AnyRef

    Permalink

    Wrapper that removes scala-specific features of ReplKernel, making interop easier

    Wrapper that removes scala-specific features of ReplKernel, making interop easier

    Author:

    Harshad Dep

    Since

    0.2

Ungrouped