OptCellDecoder

fs2.data.csv.generic.internal.OptCellDecoder
See theOptCellDecoder companion trait

Attributes

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

Members list

Givens

Givens

given makeExplicitOpt[A](using cd: CellDecoder[Option[A]]): OptCellDecoder[Option[A]]

Attributes

Source
OptCellDecoder.scala
given makeNonOpt[A : CellDecoder](implicit evidence$2: CellDecoder[A], NotGiven[A <:< Option[_]]): OptCellDecoder[A]

Attributes

Source
OptCellDecoder.scala

Inherited givens

given makeOpt[A : CellDecoder]: OptCellDecoder[Option[A]]

Attributes

Inherited from:
LowPrioOptCellDecoders
Source
OptCellDecoder.scala