Packages

case class Mapper(toBase: (Any) => Any, toMapped: (Any) => Any, fastPath: Option[(Any) => Any]) extends Product with Serializable

Source
Type.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mapper
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Mapper(toBase: (Any) => Any, toMapped: (Any) => Any, fastPath: Option[(Any) => Any])

Value Members

  1. val fastPath: Option[(Any) => Any]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val toBase: (Any) => Any
  4. val toMapped: (Any) => Any