fromTransformer

ujson.Readable.fromTransformer
case class fromTransformer[T](t: T, w: Transformer[T]) extends Readable

Attributes

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

Members list

Value members

Concrete methods

def transform[T](f: Visitor[_, T]): T

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product