Class

com.eharmony.aloha.dataset.csv.json

SeqCsvColumnWithNoDefault

Related Doc: package json

Permalink

final case class SeqCsvColumnWithNoDefault[C](name: String, spec: String, size: Int)(implicit evidence$6: JsonReader[C], evidence$7: RefInfo[C]) extends SeqCsvColumnLikeWithNoDefault[C] with Product with Serializable

Linear Supertypes
Product, Equals, SeqCsvColumnLikeWithNoDefault[C], Serializable, Serializable, CsvColumn, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeqCsvColumnWithNoDefault
  2. Product
  3. Equals
  4. SeqCsvColumnLikeWithNoDefault
  5. Serializable
  6. Serializable
  7. CsvColumn
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqCsvColumnWithNoDefault(name: String, spec: String, size: Int)(implicit arg0: JsonReader[C], arg1: RefInfo[C])

    Permalink

Type Members

  1. type ColType = Seq[C]

    Permalink
    Definition Classes
    SeqCsvColumnLikeWithNoDefault → CsvColumn

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def columnarFinalizer(nullString: String): ColumnarFinalizer[ColType]

    Permalink
    Definition Classes
    SeqCsvColumnLikeWithNoDefault → CsvColumn
  7. def defVal: Option[Seq[C]]

    Permalink

    No default.

    No default. Default behaviour provided by finalizer.

    Definition Classes
    SeqCsvColumnLikeWithNoDefault → CsvColumn
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def finalizer(sep: String, nullString: String): Finalizer[ColType]

    Permalink
    Definition Classes
    SeqCsvColumnLikeWithNoDefault → CsvColumn
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def guardSize: String

    Permalink
    Attributes
    protected
    Definition Classes
    SeqCsvColumnLikeWithNoDefault
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val name: String

    Permalink
    Definition Classes
    SeqCsvColumnWithNoDefaultCsvColumn
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def refInfo: RefInfo[Option[ColType]]

    Permalink
    Definition Classes
    SeqCsvColumnLikeWithNoDefault → CsvColumn
  19. val size: Int

    Permalink

    Expected size of the sequence output by the feature.

    Expected size of the sequence output by the feature.

    Definition Classes
    SeqCsvColumnWithNoDefault → SeqCsvColumnLikeWithNoDefault
  20. val spec: String

    Permalink
    Definition Classes
    SeqCsvColumnWithNoDefaultCsvColumn
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def wrappedSpec: String

    Permalink

    NOTE: The wrapped specification includes a requirement that the size of the generated sequence is as specified.

    NOTE: The wrapped specification includes a requirement that the size of the generated sequence is as specified. If not, an exception should be thrown.

    Definition Classes
    SeqCsvColumnWithNoDefaultCsvColumn

Inherited from Product

Inherited from Equals

Inherited from SeqCsvColumnLikeWithNoDefault[C]

Inherited from Serializable

Inherited from Serializable

Inherited from CsvColumn

Inherited from AnyRef

Inherited from Any

Ungrouped