object Char extends Builder[Char, ops.impl.std.Char] with Serializable
- Source
- Checked0ParamAny.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Char
- Serializable
- Builder
- LP
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- implicit def argCast[Cond[_], Msg[_], F, T](c: Char[Cond, Msg, F])(implicit eq: Eq[F, T, ops.impl.std.Char]): Char[Cond, Msg, T]
- Definition Classes
- Builder
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def create[Cond[_], Msg[_], T](value: ops.impl.std.Char): Char[Cond, Msg, T]
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- implicit def ev[Cond[_], Msg[_], T](implicit req: RequireMsg[Cond[T], Msg[T]], value: AcceptNonLiteral[Id[T]]): Char[Cond, Msg, T]
- Definition Classes
- Builder
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit def fromNumNonSing[Cond[_], Msg[_]](value: ops.impl.std.Char)(implicit req: ITE[IsNonLiteral[GetArg0], true, RequireMsg[Cond[GetArg0], Msg[GetArg0]]], di: DummyImplicit): Char[Cond, Msg, ops.impl.std.Char]
- Definition Classes
- LP
- implicit def fromNumSing[Cond[_], Msg[_], T <: ops.impl.std.Char with Singleton](value: T)(implicit req: RequireMsg[Cond[T], Msg[T]]): Char[Cond, Msg, T]
- Definition Classes
- Builder
- implicit def fromTF[Cond[_], Msg[_], T](tfValue: TwoFaceAny[ops.impl.std.Char, T])(implicit req: RequireMsg[||[IsNonLiteral[T], Cond[T]], Msg[T]], di: DummyImplicit): Char[Cond, Msg, T]
- Definition Classes
- Builder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit macro def requireMsg[Cond[_], Msg[_], T >: ops.impl.std.Char, Out <: T](value: T): Char[Cond, Msg, Out]
- Definition Classes
- LP
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()