object Unwrapped extends UnwrappedInstances with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unwrapped
- Serializable
- Serializable
- UnwrappedInstances
- LowPriorityUnwrappedInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Aux[W, U0] = Unwrapped[W] { type U = U0 }
-
sealed
trait
AnyValHelper[Repr] extends Serializable
- Definition Classes
- UnwrappedInstances
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
- def apply[W](implicit w: Unwrapped[W]): Aux[W, U]
-
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]
- Definition Classes
- UnwrappedInstances
-
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]
- Definition Classes
- UnwrappedInstances
-
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: Generic.Aux[W, Repr], avh: UnwrappedInstances.AnyValHelper.Aux[Repr, UI], chain: Strict[Aux[UI, UF]]): Unwrapped[W] { type U = UF }
- Definition Classes
- UnwrappedInstances
-
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
- Definition Classes
- UnwrappedInstances