Package

fr.janalyse.series

csv

Permalink

package csv

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

Type Members

  1. class CSV2Series extends LazyLogging

    Permalink

    CSV extractor with automatic CSV Format guess

  2. class CSVFormat extends AnyRef

    Permalink
  3. case class CSVInputFormat(separator: Char = '\t', datePatterns: List[PatternAndIndex], locale: Locale) extends Product with Serializable

    Permalink
  4. case class DatePatternAndIndex(index: Int, pattern: String) extends PatternAndIndex with Product with Serializable

    Permalink
  5. case class DateTimePatternAndIndex(index: Int, pattern: String) extends PatternAndIndex with Product with Serializable

    Permalink
  6. case class FileContainer(file: File) extends Product with Serializable

    Permalink

    CSV2Series companion object

  7. sealed abstract class PatternAndIndex extends AnyRef

    Permalink
  8. case class QuoteKeys(close: String = "close", open: String = "open", low: String = "low", high: String = "high", volume: String = "volume") extends Product with Serializable

    Permalink
  9. case class TimePatternAndIndex(index: Int, pattern: String) extends PatternAndIndex with Product with Serializable

    Permalink
  10. case class URLContainer(url: URL) extends Product with Serializable

    Permalink

Value Members

  1. object CSV2Series

    Permalink
  2. object CSVFormat

    Permalink
  3. object FileContainer extends Serializable

    Permalink
  4. object QuoteKeys extends Serializable

    Permalink
  5. object URLContainer extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped