Bind

ammonite.util.Bind
See theBind companion object
case class Bind[T](name: String, value: T)(implicit typeName: TypeName[T])

Models a binding of a value to a typed name, and is passed into the REPL so it can re-create the bindings inside the REPL's scope

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Implicits

Implicits

implicit val typeName: TypeName[T]