mill.api.internal.Appendable
See theAppendable companion class
object Appendable
Attributes
- Companion
- class
- Source
- Located.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass 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 Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements.
The name of the type.
Value members
Concrete methods
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
Marker key for append mode: {$millAppend: <actual-value>}
In this article