io.github.quafadas.scautable.HeaderOptions
See theHeaderOptions companion enum
object HeaderOptions
Companion object for HeaderOptions.
Attributes
- Companion
- enum
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HeaderOptions.type
Members list
Type members
Classlikes
object given_FromExpr_HeaderOptions extends FromExpr[HeaderOptions]
Attributes
- Supertypes
- Self type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Default header option that reads headers from the first row.
Default header option that reads headers from the first row.
Equivalent to HeaderOptions.FromRows(merge = 1, dropFirst = 0)
.
Attributes
Givens
Givens
Extensions
Extensions
extension (rows: Iterator[String])
Process data rows according to the specified header option.
Process data rows according to the specified header option.
Value parameters
- headers
-
The header option to apply
Attributes
- Returns
-
A tuple containing (the extracted headers, the remaining rows)
In this article