Conv

object Conv
Companion
class
class Object
trait Matchable
class Any

Type members

Types

type Partial = PartialFunction[Any, List[Frag]]

A partial function type from any values to fragments.

A partial function type from any values to fragments.

type Rec = Any => List[Frag]

A function type from any values to fragments.

A function type from any values to fragments.

Value members

Concrete methods

def `null`: Conv

A converter for null.

A converter for null.

A converter for boolean values.

A converter for boolean values.

def char: Conv

A converter for char values.

A converter for char values.

def default(maxSize: Int): Conv
def iterable(maxSize: Int): Conv

A converter for iterable values.

A converter for iterable values.

def number: Conv

A converter for number values.

A converter for number values.

A converter for product and tuple values.

A converter for product and tuple values.

def string: Conv

A converter for string values.

A converter for string values.