trait BigQueryCollectionFormats extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigQueryCollectionFormats
- 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 arrayFormat[T](implicit arg0: BigQueryJsonFormat[T], arg1: ClassTag[T]): BigQueryJsonFormat[Array[T]]
Supplies the BigQueryJsonFormat for Arrays.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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 immIndexedSeqFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[IndexedSeq[T]]
- implicit def immIterableFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[Iterable[T]]
- implicit def immLinearSeqFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[LinearSeq[T]]
- implicit def immSeqFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[Seq[T]]
- implicit def indexedSeqFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[IndexedSeq[T]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def iterableFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[Iterable[T]]
- implicit def linearSeqFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[LinearSeq[T]]
- implicit def listFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[List[T]]
Supplies the BigQueryJsonFormat for Lists.
- 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()
- implicit def seqFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[Seq[T]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def vectorFormat[T](implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[Vector[T]]
- def viaSeq[I <: Iterable[T], T](f: (Seq[T]) => I)(implicit arg0: BigQueryJsonFormat[T]): BigQueryJsonFormat[I]
A BigQueryJsonFormat construction helper that creates a BigQueryJsonFormat for an Iterable type I from a builder function Seq => I.
- 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()