csvside
grid
package
grid
Linear Supertypes
Read
,
CellFormats
,
Types
,
core.Types
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
grid
Read
CellFormats
Types
Types
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Type Members
type
CellFormat
[
+A
]
= (
CsvCell
) ⇒
CsvValidated
[
A
]
Definition Classes
Types
type
CsvCell
=
String
Definition Classes
Types
type
CsvError
=
String
Definition Classes
Types
type
CsvGrid
[
A
]
=
Map
[(
grid.Types.CsvHead
,
grid.Types.CsvHead
),
A
]
Definition Classes
Types
type
CsvHead
=
String
Definition Classes
Types
type
CsvValidated
[
+A
]
=
Validated
[
List
[
CsvError
],
A
]
Definition Classes
Types
trait
Read
extends
AnyRef
trait
Types
extends
core.Types
Value Members
implicit
val
booleanFormat
: (
CellFormats
.this)#
CellFormat
[
Boolean
]
Definition Classes
CellFormats
implicit
val
doubleFormat
: (
CellFormats
.this)#
CellFormat
[
Double
]
Definition Classes
CellFormats
implicit
val
intFormat
: (
CellFormats
.this)#
CellFormat
[
Int
]
Definition Classes
CellFormats
implicit
def
optionFormat
[
A
]
(
implicit
format: (
CellFormats
.this)#
CellFormat
[
A
]
)
: (
CellFormats
.this)#
CellFormat
[
Option
[
A
]]
Definition Classes
CellFormats
def
process
[
A
]
(
csv:
Seq
[
Seq
[
String
]]
)
(
implicit
format: (
Read
.this)#
CellFormat
[
A
]
)
: (
Read
.this)#
CsvValidated
[(
Read
.this)#
CsvGrid
[
A
]]
Definition Classes
Read
def
read
[
A
]
(
file:
File
)
(
implicit
format: (
Read
.this)#
CellFormat
[
A
]
)
: (
Read
.this)#
CsvValidated
[(
Read
.this)#
CsvGrid
[
A
]]
Definition Classes
Read
def
read
[
A
]
(
reader:
Reader
)
(
implicit
format: (
Read
.this)#
CellFormat
[
A
]
)
: (
Read
.this)#
CsvValidated
[(
Read
.this)#
CsvGrid
[
A
]]
Definition Classes
Read
def
read
[
A
]
(
data:
String
)
(
implicit
format: (
Read
.this)#
CellFormat
[
A
]
)
: (
Read
.this)#
CsvValidated
[(
Read
.this)#
CsvGrid
[
A
]]
Definition Classes
Read
implicit
val
stringFormat
: (
CellFormats
.this)#
CellFormat
[
String
]
Definition Classes
CellFormats
Inherited from
Read
Inherited from
CellFormats
Inherited from
Types
Inherited from
core.Types
Inherited from
AnyRef
Inherited from
Any
Ungrouped