trait UnwrappedInstances extends LowPriorityUnwrappedInstances
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnwrappedInstances
- LowPriorityUnwrappedInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait AnyValHelper[Repr] extends Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def newtypeUnwrapped[UI, Ops, UF](implicit chain: Strict[Aux[UI, UF]]): Aux[Newtype[UI, Ops], UF]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
implicit
def
selfUnwrapped[T]: Aux[T, T]
- Definition Classes
- LowPriorityUnwrappedInstances
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def tagUnwrapped[T[UI, TT] <: @@[UI, TT], UI, TT, UF](implicit chain: Strict[Aux[UI, UF]]): Aux[T[UI, TT], UF]
-
val
theSelfUnwrapped: Unwrapped[Any] { type U = Any }
- Definition Classes
- LowPriorityUnwrappedInstances
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def unwrapAnyVal[W <: AnyVal, Repr, UI, UF](implicit gen: Aux[W, Repr], avh: Aux[Repr, UI], chain: Strict[Aux[UI, UF]]): Unwrapped[W] { type U = UF }
-
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
- @native() @throws( ... )
- object AnyValHelper extends Serializable