RowEncoder

object RowEncoder
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](using evidence$1: RowEncoder[T]): RowEncoder[T]
def instance[T](f: T => NonEmptyList[String]): RowEncoder[T]