ammonite.kernel.compat.AutocompleteOutputCompat.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ammonite-kernel_2.12 Show documentation
Show all versions of ammonite-kernel_2.12 Show documentation
Stripped down version of ammonite
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])