Packages

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
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Some
  2. Serializable
  3. Product
  4. Equals
  5. Option
  6. Iterable
  7. AnyRef
  8. 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. Protected

Instance Constructors

  1. new Some(v: A)

Value Members

  1. def asScala: scala.Some[A]
    Definition Classes
    SomeOption
  2. final def contains[A1 >: A](elem: A1): Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
  3. final def contains[A1 >: A](elem: A1): Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
  4. def forEach(arg0: Consumer[_ >: A <: AnyRef]): Unit
    Definition Classes
    Iterable
  5. def get: A
    Definition Classes
    SomeOption
  6. def getOrElse[B >: A](defaultValue: B): B

    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
  7. def isDefined: Boolean
    Definition Classes
    Option
  8. def isEmpty: Boolean
    Definition Classes
    SomeOption
  9. def iterator(): Iterator[A]
    Definition Classes
    Option → Iterable
  10. final def orElse[B >: A](alternative: => scala.Option[B]): scala.Option[B]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
    Annotations
    @inline()
  11. final def orElse[B >: A](alternative: => scala.Option[B]): scala.Option[B]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
    Annotations
    @inline()
  12. final def orNull[A1 >: A](implicit ev: <:<[Null, A1]): A1
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
    Annotations
    @inline()
  13. final def orNull[A1 >: A](implicit ev: <:<[Null, A1]): A1
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
    Annotations
    @inline()
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. def spliterator(): Spliterator[A]
    Definition Classes
    Iterable
  16. val v: A
  17. final def zip[A1 >: A, B](that: scala.Option[B]): scala.Option[(A1, B)]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option
  18. final def zip[A1 >: A, B](that: scala.Option[B]): scala.Option[(A1, B)]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.Option[A] performed by method java2ScalaOption in akka.japi.Option.
    Definition Classes
    Option

Shadowed Implicit Value Members

  1. def canEqual(that: Any): Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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. final def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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. final def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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. final def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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. final def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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 → IterableOnce
  30. def iterator: Iterator[A]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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 → IterableOnce
  31. final def knownSize: Int
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).knownSize
    Definition Classes
    Option → IterableOnce
  32. final def knownSize: Int
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).knownSize
    Definition Classes
    Option → IterableOnce
  33. final def map[B](f: (A) => B): scala.Option[B]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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()
  34. final def map[B](f: (A) => B): scala.Option[B]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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()
  35. final def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  36. final def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  37. def productArity: Int
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  38. def productArity: Int
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  39. def productElement(n: Int): Any
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  40. def productElement(n: Int): Any
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  41. def productElementName(n: Int): String
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).productElementName(n)
    Definition Classes
    Product
  42. def productElementName(n: Int): String
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).productElementName(n)
    Definition Classes
    Product
  43. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).productElementNames
    Definition Classes
    Product
  44. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).productElementNames
    Definition Classes
    Product
  45. def productIterator: Iterator[Any]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  46. def productIterator: Iterator[Any]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  47. def productPrefix: String
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  48. def productPrefix: String
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  49. def stepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).stepper(shape)
    Definition Classes
    IterableOnce
  50. def stepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).stepper(shape)
    Definition Classes
    IterableOnce
  51. final def toLeft[X](right: => X): Either[A, X]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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()
  52. final def toLeft[X](right: => X): Either[A, X]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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()
  53. def toList: List[A]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  54. def toList: List[A]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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
  55. final def toRight[X](left: => X): Either[X, A]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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()
  56. final def toRight[X](left: => X): Either[X, A]
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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()
  57. final def unzip[A1, A2](implicit asPair: <:<[A, (A1, A2)]): (scala.Option[A1], scala.Option[A2])
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).unzip(asPair)
    Definition Classes
    Option
  58. final def unzip[A1, A2](implicit asPair: <:<[A, (A1, A2)]): (scala.Option[A1], scala.Option[A2])
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).unzip(asPair)
    Definition Classes
    Option
  59. final def unzip3[A1, A2, A3](implicit asTriple: <:<[A, (A1, A2, A3)]): (scala.Option[A1], scala.Option[A2], scala.Option[A3])
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).unzip3(asTriple)
    Definition Classes
    Option
  60. final def unzip3[A1, A2, A3](implicit asTriple: <:<[A, (A1, A2, A3)]): (scala.Option[A1], scala.Option[A2], scala.Option[A3])
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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]).unzip3(asTriple)
    Definition Classes
    Option
  61. final def withFilter(p: (A) => Boolean): WithFilter
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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()
  62. final def withFilter(p: (A) => Boolean): WithFilter
    Implicit
    This member is added by an implicit conversion from Some[A] toscala.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()