OptCellDecoder

fs2.data.csv.generic.internal.OptCellDecoder
See theOptCellDecoder companion object
sealed trait OptCellDecoder[T]

Attributes

Companion
object
Source
OptCellDecoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(name: String, value: Option[String]): DecoderResult[T]

Attributes

Source
OptCellDecoder.scala