object String extends Builder[String, ops.impl.std.String] with Serializable
- Source
- Checked1ParamAny.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- String
- 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, ParamFace, Param](c: String[Cond, Msg, F, ParamFace, Param])(implicit eq: Eq[F, T, ops.impl.std.String]): String[Cond, Msg, T, ParamFace, Param]
- 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, ParamFace, Param](value: ops.impl.std.String): String[Cond, Msg, T, ParamFace, Param]
- 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[_, _], ParamFace, T, Param](implicit req: RequireMsg[||[IsNonLiteral[Param], Cond[T, Param]], Msg[T, Param]], value: AcceptNonLiteral[Id[T]]): String[Cond, Msg, T, ParamFace, Param]
- Definition Classes
- Builder
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit def fromNumNonSing[Cond[_, _], Msg[_, _], ParamFace, Param](value: ops.impl.std.String)(implicit req: RequireMsg[||[||[IsNonLiteral[GetArg0], IsNonLiteral[Param]], Cond[GetArg0, Param]], Msg[GetArg0, Param]]): String[Cond, Msg, ops.impl.std.String, ParamFace, Param]
- Definition Classes
- LP
- implicit def fromNumSing[Cond[_, _], Msg[_, _], T <: ops.impl.std.String with Singleton, ParamFace, Param](value: T)(implicit req: RequireMsg[||[IsNonLiteral[Param], Cond[T, Param]], Msg[T, Param]]): String[Cond, Msg, T, ParamFace, Param]
- Definition Classes
- Builder
- implicit def fromTF[Cond[_, _], Msg[_, _], T, ParamFace, Param](tfValue: TwoFaceAny[ops.impl.std.String, T])(implicit req: RequireMsg[||[||[IsNonLiteral[T], IsNonLiteral[Param]], Cond[T, Param]], Msg[T, Param]], di: DummyImplicit): String[Cond, Msg, T, ParamFace, Param]
- 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.String, ParamFace, Param, Out <: T](value: T): String[Cond, Msg, Out, ParamFace, Param]
- 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()