class MapStrategy[A] extends Serializable

A strategy for mapping values via a BreakMap.

Note: Specialized for Int and Double.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapStrategy
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapStrategy(boundary: ClassBoundaryType, noDataValue: A, fallbackValue: A, strict: Boolean)

Value Members

  1. val boundary: ClassBoundaryType
  2. val fallbackValue: A
  3. val noDataValue: A
  4. val strict: Boolean