DerivedCellEncoder

trait DerivedCellEncoder[T] extends CellEncoder[T]
Companion:
object
trait CellEncoder[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(cell: T): String
Inherited from:
CellEncoder
def contramap[B](f: B => T): CellEncoder[B]
Inherited from:
CellEncoder