Class

com.datastax.spark.connector.types.CassandraOption

Value

Related Doc: package CassandraOption

Permalink

case class Value[+A](value: A) extends CassandraOption[A] with Product with Serializable

Linear Supertypes
CassandraOption[A], Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. CassandraOption
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by toScalaOption
  2. by toScalaOption
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Value(value: A)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to any2stringadd[Value[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Value[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to ArrowAssoc[Value[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def contains[A1 >: A](elem: A1): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Definition Classes
    Option
  9. final def contains[A1 >: A](elem: A1): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Definition Classes
    Option
  10. def ensuring(cond: (Value[A]) ⇒ Boolean, msg: ⇒ Any): Value[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Ensuring[Value[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Value[A]) ⇒ Boolean): Value[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Ensuring[Value[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): Value[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Ensuring[Value[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Value[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Ensuring[Value[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to StringFormat[Value[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def getOrElse[B >: A](default: ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Definition Classes
    Option
    Annotations
    @inline()
  19. final def getOrElse[B >: A](default: ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Definition Classes
    Option
    Annotations
    @inline()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def orElse[B >: A](alternative: ⇒ Option[B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Definition Classes
    Option
    Annotations
    @inline()
  25. final def orElse[B >: A](alternative: ⇒ Option[B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Definition Classes
    Option
    Annotations
    @inline()
  26. final def orNull[A1 >: A](implicit ev: <:<[Null, A1]): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Definition Classes
    Option
    Annotations
    @inline()
  27. final def orNull[A1 >: A](implicit ev: <:<[Null, A1]): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Definition Classes
    Option
    Annotations
    @inline()
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val value: A

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (Value[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to ArrowAssoc[Value[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def canEqual(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).canEqual(that)
    Definition Classes
    Equals
  2. def canEqual(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).canEqual(that)
    Definition Classes
    Equals
  3. final def collect[B](pf: PartialFunction[A, B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).collect(pf)
    Definition Classes
    Option
    Annotations
    @inline()
  4. final def collect[B](pf: PartialFunction[A, B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).collect(pf)
    Definition Classes
    Option
    Annotations
    @inline()
  5. final def exists(p: (A) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).exists(p)
    Definition Classes
    Option
    Annotations
    @inline()
  6. final def exists(p: (A) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).exists(p)
    Definition Classes
    Option
    Annotations
    @inline()
  7. final def filter(p: (A) ⇒ Boolean): Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).filter(p)
    Definition Classes
    Option
    Annotations
    @inline()
  8. final def filter(p: (A) ⇒ Boolean): Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).filter(p)
    Definition Classes
    Option
    Annotations
    @inline()
  9. final def filterNot(p: (A) ⇒ Boolean): Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).filterNot(p)
    Definition Classes
    Option
    Annotations
    @inline()
  10. final def filterNot(p: (A) ⇒ Boolean): Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).filterNot(p)
    Definition Classes
    Option
    Annotations
    @inline()
  11. final def flatMap[B](f: (A) ⇒ Option[B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).flatMap(f)
    Definition Classes
    Option
    Annotations
    @inline()
  12. final def flatMap[B](f: (A) ⇒ Option[B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).flatMap(f)
    Definition Classes
    Option
    Annotations
    @inline()
  13. def flatten[B](implicit ev: <:<[A, Option[B]]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).flatten(ev)
    Definition Classes
    Option
  14. def flatten[B](implicit ev: <:<[A, Option[B]]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).flatten(ev)
    Definition Classes
    Option
  15. final def fold[B](ifEmpty: ⇒ B)(f: (A) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).fold(ifEmpty)(f)
    Definition Classes
    Option
    Annotations
    @inline()
  16. final def fold[B](ifEmpty: ⇒ B)(f: (A) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).fold(ifEmpty)(f)
    Definition Classes
    Option
    Annotations
    @inline()
  17. final def forall(p: (A) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).forall(p)
    Definition Classes
    Option
    Annotations
    @inline()
  18. final def forall(p: (A) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).forall(p)
    Definition Classes
    Option
    Annotations
    @inline()
  19. final def foreach[U](f: (A) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).foreach(f)
    Definition Classes
    Option
    Annotations
    @inline()
  20. final def foreach[U](f: (A) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).foreach(f)
    Definition Classes
    Option
    Annotations
    @inline()
  21. def get: A

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).get
    Definition Classes
    Option
  22. def get: A

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).get
    Definition Classes
    Option
  23. def isDefined: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).isDefined
    Definition Classes
    Option
  24. def isDefined: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).isDefined
    Definition Classes
    Option
  25. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).isEmpty
    Definition Classes
    Option
  26. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).isEmpty
    Definition Classes
    Option
  27. def iterator: Iterator[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).iterator
    Definition Classes
    Option
  28. def iterator: Iterator[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).iterator
    Definition Classes
    Option
  29. final def map[B](f: (A) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).map(f)
    Definition Classes
    Option
    Annotations
    @inline()
  30. final def map[B](f: (A) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).map(f)
    Definition Classes
    Option
    Annotations
    @inline()
  31. final def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).nonEmpty
    Definition Classes
    Option
  32. final def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).nonEmpty
    Definition Classes
    Option
  33. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).productArity
    Definition Classes
    Product
  34. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).productArity
    Definition Classes
    Product
  35. def productElement(n: Int): Any

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).productElement(n)
    Definition Classes
    Product
  36. def productElement(n: Int): Any

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).productElement(n)
    Definition Classes
    Product
  37. def productIterator: Iterator[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).productIterator
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).productIterator
    Definition Classes
    Product
  39. def productPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).productPrefix
    Definition Classes
    Product
  40. def productPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).productPrefix
    Definition Classes
    Product
  41. final def toLeft[X](right: ⇒ X): Product with Serializable with Either[A, X]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).toLeft(right)
    Definition Classes
    Option
    Annotations
    @inline()
  42. final def toLeft[X](right: ⇒ X): Product with Serializable with Either[A, X]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).toLeft(right)
    Definition Classes
    Option
    Annotations
    @inline()
  43. def toList: List[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).toList
    Definition Classes
    Option
  44. def toList: List[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).toList
    Definition Classes
    Option
  45. final def toRight[X](left: ⇒ X): Product with Serializable with Either[X, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).toRight(left)
    Definition Classes
    Option
    Annotations
    @inline()
  46. final def toRight[X](left: ⇒ X): Product with Serializable with Either[X, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).toRight(left)
    Definition Classes
    Option
    Annotations
    @inline()
  47. final def withFilter(p: (A) ⇒ Boolean): WithFilter

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).withFilter(p)
    Definition Classes
    Option
    Annotations
    @inline()
  48. final def withFilter(p: (A) ⇒ Boolean): WithFilter

    Permalink
    Implicit information
    This member is added by an implicit conversion from Value[A] to Option[A] performed by method toScalaOption in com.datastax.spark.connector.types.CassandraOption.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (value: Option[A]).withFilter(p)
    Definition Classes
    Option
    Annotations
    @inline()

Inherited from CassandraOption[A]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion toScalaOption from Value[A] to Option[A]

Inherited by implicit conversion toScalaOption from Value[A] to Option[A]

Inherited by implicit conversion any2stringadd from Value[A] to any2stringadd[Value[A]]

Inherited by implicit conversion StringFormat from Value[A] to StringFormat[Value[A]]

Inherited by implicit conversion Ensuring from Value[A] to Ensuring[Value[A]]

Inherited by implicit conversion ArrowAssoc from Value[A] to ArrowAssoc[Value[A]]

Ungrouped