DerivedCellEncoder

trait DerivedCellEncoder[T] extends CellEncoder[T]
trait CellEncoder[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

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