RowEncoderF

@FunctionalInterface
trait RowEncoderF[H <: (Option), T, Header]

Describes how a row can be encoded from a value of the given type.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(elem: T): RowF[H, Header]

Concrete methods

def contramap[B](f: B => T): RowEncoderF[H, B, Header]