object RowDecoderF extends ExportedRowDecoderFs
- Source
- RowDecoderF.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RowDecoderF
- ExportedRowDecoderFs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def RowDecoderFInstances[H[+a] <: Option[a], Header]: MonadError[[β$0$]RowDecoderF[H, β$0$, Header], DecoderError] with SemigroupK[[β$1$]RowDecoderF[H, β$1$, Header]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def decodeResultCsvRowDecoder[Header, T](implicit dec: CsvRowDecoder[T, Header]): CsvRowDecoder[DecoderResult[T], Header]
- implicit def decodeResultRowDecoder[T](implicit dec: RowDecoder[T]): RowDecoder[DecoderResult[T]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def exportedCsvRowDecoders[A](implicit exported: Exported[CsvRowDecoder[A, String]]): CsvRowDecoder[A, String]
- Definition Classes
- ExportedRowDecoderFs
- implicit def exportedRowDecoders[A](implicit exported: Exported[RowDecoder[A]]): RowDecoder[A]
- Definition Classes
- ExportedRowDecoderFs
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def identityRowDecoderF[H[+a] <: Option[a], Header]: RowDecoderF[H, RowF[H, Header], Header]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val toListRowDecoder: RowDecoder[List[String]]
- implicit def toMapCsvRowDecoder[Header]: CsvRowDecoder[Map[Header, String], Header]
- implicit val toNelRowDecoder: RowDecoder[NonEmptyList[String]]
- implicit def toNonEmptyMapCsvRowDecoder[Header](implicit arg0: Order[Header]): CsvRowDecoder[NonEmptyMap[Header, String], Header]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()