All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ammonite.kernel.compat.AutocompleteOutputCompat.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package ammonite.kernel.compat

import java.util.{List => JList}

/** Javafriendly wrapper around [[ammonite.kernel.AutocompleteOutput]]
  *
  * @author Harshad Deo
  * @since 0.2
  */
final class AutocompleteOutputCompat(val names: JList[String], val signatures: JList[String])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy