case classMappedExtractor[Row, A, B](inner: Extractor[Row, A], func: (A) ⇒ B, unapplyMethod: Option[(B) ⇒ Option[Any]] = None) extends Extractor[Row, B] with SimpleExtractor[Row, B] with SingleRowExtractor[Row, B] with Product with Serializable
An extractor that behaves as inner but pipes its emitted values through func.
An extractor that behaves as
inner
but pipes itsemitted
values throughfunc
.