toggle menu
io.github.goquati
1.3.1
common
switch theme
search in API
io.github.goquati
/
io.github.goquati.kotlin.util.csv
/
CsvColumn
Csv
Column
common
data
class
CsvColumn
<
Row
>
(
val
name
:
String
,
val
forceEscape
:
Boolean
,
val
row2Cell
:
Row
.
(
)
->
String
)
Members
Constructors
Csv
Column
Link copied to clipboard
common
constructor
(
name
:
String
,
forceEscape
:
Boolean
,
row2Cell
:
Row
.
(
)
->
String
)
Properties
force
Escape
Link copied to clipboard
common
val
forceEscape
:
Boolean
name
Link copied to clipboard
common
val
name
:
String
row2Cell
Link copied to clipboard
common
val
row2Cell
:
Row
.
(
)
->
String