TableCellDecoder

gcp4s.bigquery.TableCellDecoder
See theTableCellDecoder companion object
trait TableCellDecoder[A]

Attributes

Companion
object
Source
TableDecoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def decode(cell: TableCell): Either[Throwable, A]

Attributes

Source
TableDecoder.scala