Packages

trait Field extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Field
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fieldArg: Option[(Array[AnyRef]) ⇒ AnyRef]

    Provides a chance for the field to select and filter the raw input values, e.g.

    Provides a chance for the field to select and filter the raw input values, e.g. by applying an x-path expression or taking a sub-section of the input

    returns

    an optional function to use instead of the args

  2. abstract def name: String
  3. abstract def transforms: Option[Expression]