final class RichSomeObject extends AnyVal
- Source
- RichSomeObject.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichSomeObject
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cached(v: Long): Some[Long]
Returns a cached copy of the Option instance (if available) to avoid allocation
- def cached(v: Int): Some[Int]
Returns a cached copy of the Option instance (if available) to avoid allocation
- def cached(v: Short): Some[Short]
Returns a cached copy of the Option instance (if available) to avoid allocation
- def cached(v: Char): Some[Char]
Returns a cached copy of the Option instance (if available) to avoid allocation
- def cached(v: Byte): Some[Byte]
Returns a cached copy of the Option instance (if available) to avoid allocation
- def cached(v: Boolean): Some[Boolean]
Returns a cached copy of the Option instance (if available) to avoid allocation
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val module: Some.type
- def toString(): String
- Definition Classes
- Any