final class Single extends Denotation with Product
- Annotations
- @leafClass()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Single
- Denotation
- Serializable
- Serializable
- Product
- Equals
- Adt
- Optional
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Single, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(that: Any): Boolean
- Definition Classes
- Denotation → Equals
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def copy(prefix: Prefix = this.prefix, symbol: Symbol = this.symbol): Single
- def ensuring(cond: (Single) ⇒ Boolean, msg: ⇒ Any): Single
- def ensuring(cond: (Single) ⇒ Boolean): Single
- def ensuring(cond: Boolean, msg: ⇒ Any): Single
- def ensuring(cond: Boolean): Single
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Single → Denotation → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Single → Denotation → AnyRef → Any
-
def
isDefined: Boolean
- Definition Classes
- Optional
-
def
isEmpty: Boolean
- Definition Classes
- Optional
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonEmpty: Boolean
- Definition Classes
- Optional
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
prefix: Prefix
- Definition Classes
- Single → Denotation
-
def
productArity: Int
- Definition Classes
- Single → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Single → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Single → Product
-
def
productPrefix: String
- Definition Classes
- Single → Product
- val symbol: Symbol
-
def
symbols: collection.immutable.List[Symbol]
- Definition Classes
- Single → Denotation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Single → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Single, B)