Writer

org.json4s.Writer
See theWriter companion object
trait Writer[-T]

Attributes

Companion
object
Source
Writer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JsonFormat[T]
Self type
Writer[T]

Members list

Value members

Abstract methods

def write(obj: T): JValue

Attributes

Source
Writer.scala

Concrete methods

def contramap[A](f: A => T): Writer[A]

Attributes

Source
Writer.scala