object ImmutableSerializer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImmutableSerializer
- AnyRef
- Any
- 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
-
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( ... )
- implicit def either[A, B](implicit peer1: ImmutableSerializer[A], peer2: ImmutableSerializer[B]): ImmutableSerializer[Either[A, B]]
-
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()
- implicit def indexedSeq[A](implicit peer: ImmutableSerializer[A]): ImmutableSerializer[IndexedSeq[A]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def list[A](implicit peer: ImmutableSerializer[A]): ImmutableSerializer[List[A]]
- implicit def map[A, B](implicit key: ImmutableSerializer[A], value: ImmutableSerializer[B]): ImmutableSerializer[Map[A, B]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def option[A](implicit peer: ImmutableSerializer[A]): ImmutableSerializer[Option[A]]
- implicit def set[A](implicit peer: ImmutableSerializer[A]): ImmutableSerializer[Set[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def tuple2[A1, A2](implicit peer1: ImmutableSerializer[A1], peer2: ImmutableSerializer[A2]): ImmutableSerializer[(A1, A2)]
- implicit def tuple3[A1, A2, A3](implicit peer1: ImmutableSerializer[A1], peer2: ImmutableSerializer[A2], peer3: ImmutableSerializer[A3]): ImmutableSerializer[(A1, A2, A3)]
-
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( ... )