Row

fs2.data.csv.Row
object Row

Attributes

Source
Row.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Row.type

Members list

Value members

Concrete methods

def apply(values: NonEmptyList[String], line: Option[Long]): Row

Attributes

Source
Row.scala
def unapply(arg: Row): Some[NonEmptyList[String]]

Attributes

Source
Row.scala