Conv

trait Conv

Conv is a creator of a function converts any values to fragments.

Conv is a creator of a function converts any values to fragments.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def create(rec: Rec): Partial

Creates a partial converter on taking the final converter.

Creates a partial converter on taking the final converter.

Concrete methods

def orElse(g: Conv): Conv

Combines two converters into a new converter.

Combines two converters into a new converter.

final def toFunction: Rec

Converts this into a usual function.

Converts this into a usual function.