Binder

mdoc.document.Binder
See theBinder companion object
final class Binder[T](val value: T, val name: String, val tpe: TPrint[T], val pos: RangePosition)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def tpeString: String

Concrete fields

val name: String
val tpe: TPrint[T]
val value: T