harness-csv
harness-csv
API
harness.csv
CsvDecoder
CsvDecoder
CsvHeaderDecoder
CsvHeaderDecoder
AppliedCsvHeaderDecoder
Parser
harness-csv
/
harness.csv
/
CsvDecoder
CsvDecoder
harness.csv.CsvDecoder
See the
CsvDecoder
companion object
trait
CsvDecoder
[
T
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
CsvDecoder
[
T
]
Members list
Clear all
Value members
Concrete methods
final
def
++
[
T2
](
other
:
CsvDecoder
[
T2
])(
implicit
zip
:
Zip
[
T
,
T2
]):
CsvDecoder
[
Out
]
Implicitly added by
optional
final
def
++
[
T2
](
other
:
CsvDecoder
[
T2
])(
implicit
zip
:
Zip
[
T
,
T2
]):
CsvDecoder
[
Out
]
final
def
apply
[
T2
](
implicit
other
:
CsvDecoder
[
T2
],
zip
:
Zip
[
T
,
T2
]):
CsvDecoder
[
Out
]
Implicitly added by
optional
final
def
apply
[
T2
](
implicit
other
:
CsvDecoder
[
T2
],
zip
:
Zip
[
T
,
T2
]):
CsvDecoder
[
Out
]
final
def
decode
(
line
:
IArray
[
Option
[
String
]],
lineNo
:
Int
):
Either
[
String
,
T
]
Implicitly added by
optional
final
def
decode
(
line
:
IArray
[
Option
[
String
]],
lineNo
:
Int
):
Either
[
String
,
T
]
final
def
emap
[
T2
](
f
:
T
=>
Either
[
String
,
T2
]):
CsvDecoder
[
T2
]
Implicitly added by
optional
final
def
emap
[
T2
](
f
:
T
=>
Either
[
String
,
T2
]):
CsvDecoder
[
T2
]
final
def
map
[
T2
](
f
:
T
=>
T2
):
CsvDecoder
[
T2
]
Implicitly added by
optional
final
def
map
[
T2
](
f
:
T
=>
T2
):
CsvDecoder
[
T2
]
final
def
optional
:
CsvDecoder
[
Option
[
T
]]
Implicitly added by
optional
final
def
optional
:
CsvDecoder
[
Option
[
T
]]
In this article
Attributes
Members list
Value members
Concrete methods