Class

akka.japi.Option

Some

Related Doc: package Option

Permalink

final case class Some[A](v: A) extends Option[A] with Product with Serializable

Class Some[A] represents existing values of type A.

Source
JavaAPI.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Option[A], Iterable[A], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Some
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Option
  7. Iterable
  8. AnyRef
  9. Any
Implicitly
  1. by java2ScalaOption
  2. by java2ScalaOption
  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 Some(v: 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 Some[A] to any2stringadd[Some[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Some[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to ArrowAssoc[Some[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 asScala: scala.Some[A]

    Permalink
    Definition Classes
    SomeOption
  8. def clone(): AnyRef

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
  10. final def contains[A1 >: A](elem: A1): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
  11. def ensuring(cond: (Some[A]) ⇒ Boolean, msg: ⇒ Any): Some[A]

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def forEach(arg0: Consumer[_ >: A]): Unit

    Permalink
    Definition Classes
    Iterable
  18. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to StringFormat[Some[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. def get: A

    Permalink
    Definition Classes
    SomeOption
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getOrElse[B >: A](defaultValue: B): B

    Permalink

    Returns a if this is some(a) or defaultValue if this is none.

    Returns a if this is some(a) or defaultValue if this is none.

    Definition Classes
    SomeOption
  22. def isDefined: Boolean

    Permalink
    Definition Classes
    Option
  23. def isEmpty: Boolean

    Permalink
    Definition Classes
    SomeOption
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def iterator(): Iterator[A]

    Permalink
    Definition Classes
    Option → Iterable
  26. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
    Annotations
    @inline()
  30. final def orElse[B >: A](alternative: ⇒ scala.Option[B]): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
    Annotations
    @inline()
  31. final def orNull[A1 >: A](implicit ev: <:<[Null, A1]): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
    Annotations
    @inline()
  32. final def orNull[A1 >: A](implicit ev: <:<[Null, A1]): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
    Annotations
    @inline()
  33. def spliterator(): Spliterator[A]

    Permalink
    Definition Classes
    Iterable
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. val v: A

    Permalink
  36. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to ArrowAssoc[Some[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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).canEqual(that)
    Definition Classes
    Equals
  3. final def collect[B](pf: PartialFunction[A, B]): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).collect(pf)
    Definition Classes
    Option
    Annotations
    @inline()
  4. final def collect[B](pf: PartialFunction[A, B]): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).exists(p)
    Definition Classes
    Option
    Annotations
    @inline()
  7. final def filter(p: (A) ⇒ Boolean): scala.Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).filter(p)
    Definition Classes
    Option
    Annotations
    @inline()
  8. final def filter(p: (A) ⇒ Boolean): scala.Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).filter(p)
    Definition Classes
    Option
    Annotations
    @inline()
  9. final def filterNot(p: (A) ⇒ Boolean): scala.Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).filterNot(p)
    Definition Classes
    Option
    Annotations
    @inline()
  10. final def filterNot(p: (A) ⇒ Boolean): scala.Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).filterNot(p)
    Definition Classes
    Option
    Annotations
    @inline()
  11. final def flatMap[B](f: (A) ⇒ scala.Option[B]): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).flatMap(f)
    Definition Classes
    Option
    Annotations
    @inline()
  12. final def flatMap[B](f: (A) ⇒ scala.Option[B]): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).flatMap(f)
    Definition Classes
    Option
    Annotations
    @inline()
  13. def flatten[B](implicit ev: <:<[A, scala.Option[B]]): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).flatten(ev)
    Definition Classes
    Option
  14. def flatten[B](implicit ev: <:<[A, scala.Option[B]]): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).get
    Definition Classes
    Option
  22. def get: A

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).get
    Definition Classes
    Option
  23. final def getOrElse[B >: A](default: ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).getOrElse(default)
    Definition Classes
    Option
    Annotations
    @inline()
  24. final def getOrElse[B >: A](default: ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).getOrElse(default)
    Definition Classes
    Option
    Annotations
    @inline()
  25. def isDefined: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).isDefined
    Definition Classes
    Option
  26. def isDefined: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).isDefined
    Definition Classes
    Option
  27. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).isEmpty
    Definition Classes
    Option
  28. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).isEmpty
    Definition Classes
    Option
  29. def iterator: Iterator[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).iterator
    Definition Classes
    Option
  30. def iterator: Iterator[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (some: scala.Option[A]).iterator
    Definition Classes
    Option
  31. final def map[B](f: (A) ⇒ B): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).map(f)
    Definition Classes
    Option
    Annotations
    @inline()
  32. final def map[B](f: (A) ⇒ B): scala.Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).map(f)
    Definition Classes
    Option
    Annotations
    @inline()
  33. final def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).nonEmpty
    Definition Classes
    Option
  34. final def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).nonEmpty
    Definition Classes
    Option
  35. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).productArity
    Definition Classes
    Product
  36. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).productArity
    Definition Classes
    Product
  37. def productElement(n: Int): Any

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).productElement(n)
    Definition Classes
    Product
  38. def productElement(n: Int): Any

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).productElement(n)
    Definition Classes
    Product
  39. def productIterator: Iterator[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).productIterator
    Definition Classes
    Product
  40. def productIterator: Iterator[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).productIterator
    Definition Classes
    Product
  41. def productPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).productPrefix
    Definition Classes
    Product
  42. def productPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).productPrefix
    Definition Classes
    Product
  43. 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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).toLeft(right)
    Definition Classes
    Option
    Annotations
    @inline()
  44. 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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).toLeft(right)
    Definition Classes
    Option
    Annotations
    @inline()
  45. def toList: List[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).toList
    Definition Classes
    Option
  46. def toList: List[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).toList
    Definition Classes
    Option
  47. 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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).toRight(left)
    Definition Classes
    Option
    Annotations
    @inline()
  48. 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 Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).toRight(left)
    Definition Classes
    Option
    Annotations
    @inline()
  49. final def withFilter(p: (A) ⇒ Boolean): WithFilter

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).withFilter(p)
    Definition Classes
    Option
    Annotations
    @inline()
  50. final def withFilter(p: (A) ⇒ Boolean): WithFilter

    Permalink
    Implicit information
    This member is added by an implicit conversion from Some[A] to scala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    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:
    (some: scala.Option[A]).withFilter(p)
    Definition Classes
    Option
    Annotations
    @inline()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Option[A]

Inherited from Iterable[A]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion java2ScalaOption from Some[A] to scala.Option[A]

Inherited by implicit conversion java2ScalaOption from Some[A] to scala.Option[A]

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

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

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

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

Ungrouped