Appendable

mill.api.internal.Appendable
See theAppendable companion class
object Appendable

Attributes

Companion
class
Source
Located.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Appendable.type

Members list

Type members

Classlikes

class UpickleReader[T](implicit r: Reader[T]) extends MapReader[BufferedValue, BufferedValue, Appendable[T]]

Upickle reader for Appendable[T] that buffers the value, checks for the !append marker object, and deserializes accordingly.

Upickle reader for Appendable[T] that buffers the value, checks for the !append marker object, and deserializes accordingly.

Attributes

Source
Located.scala
Supertypes
class MapReader[BufferedValue, BufferedValue, Appendable[T]]
trait Reader[Appendable[T]]
class MapReader[BufferedValue, BufferedValue, Appendable[T]]
trait Visitor[Any, Appendable[T]]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def unwrapAppendMarker(v: BufferedValue): (BufferedValue, Boolean)

Extract append flag and actual value from a BufferedValue that may contain the marker object {$millAppend: <value>} (produced by YAML !append tag parsing). Returns (actualValue, appendFlag).

Extract append flag and actual value from a BufferedValue that may contain the marker object {$millAppend: <value>} (produced by YAML !append tag parsing). Returns (actualValue, appendFlag).

Attributes

Source
Located.scala

Concrete fields

val AppendMarkerKey: String

Marker key for append mode: {$millAppend: <actual-value>}

Marker key for append mode: {$millAppend: <actual-value>}

Attributes

Source
Located.scala