final class _String[T] extends AnyVal with String[T]
- Source
- TwoFaceAny.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- _String
- String
- TwoFaceAny
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new _String(value: ops.impl.std.String)
Type Members
- type Out = T
- Definition Classes
- TwoFaceAny
Value Members
- def !=[R](r: String[R])(implicit tfs: Boolean.Shell2[!=, T, ops.impl.std.String, R, ops.impl.std.String]): TwoFace.Boolean[Shell.Two.Boolean.Out]
- Definition Classes
- String
- def !=(r: ops.impl.std.String)(implicit tfs: Boolean.Shell2[!=, T, ops.impl.std.String, GetArg0, ops.impl.std.String]): TwoFace.Boolean[Shell.Two.Boolean.Out]
- Definition Classes
- String
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def ##(): scala.Int
- Definition Classes
- Any
- def +[R](r: String[R])(implicit tfs: String.Shell2[+, T, ops.impl.std.String, R, ops.impl.std.String]): TwoFace.String[Shell.Two.String.Out]
- Definition Classes
- String
- def ==[R](r: String[R])(implicit tfs: Boolean.Shell2[==, T, ops.impl.std.String, R, ops.impl.std.String]): TwoFace.Boolean[Shell.Two.Boolean.Out]
- Definition Classes
- String
- def ==(r: ops.impl.std.String)(implicit tfs: Boolean.Shell2[==, T, ops.impl.std.String, GetArg0, ops.impl.std.String]): TwoFace.Boolean[Shell.Two.Boolean.Out]
- Definition Classes
- String
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def charAt[R](r: Int[R])(implicit tfs: Char.Shell2[CharAt, T, ops.impl.std.String, R, ops.impl.std.Int]): TwoFace.Char[Shell.Two.Char.Out]
- Definition Classes
- String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getValue: ops.impl.std.String
- Definition Classes
- _String → TwoFaceAny
- Annotations
- @inline()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isLiteral(implicit rt: RunTime[T]): ops.impl.std.Boolean
- Definition Classes
- TwoFaceAny
- def length(implicit tfs: Int.Shell1[Length, T, ops.impl.std.String]): TwoFace.Int[Shell.One.Int.Out]
- Definition Classes
- String
- def reverse(implicit tfs: String.Shell1[Reverse, T, ops.impl.std.String]): TwoFace.String[Shell.One.String.Out]
- Definition Classes
- String
- def simplify(implicit tfs: String.Shell1[Id, T, ops.impl.std.String]): TwoFace.String[Shell.One.String.Out]
- Definition Classes
- String
- def substring[R](r: Int[R])(implicit tfs: String.Shell2[Substring, T, ops.impl.std.String, R, ops.impl.std.Int]): TwoFace.String[Shell.Two.String.Out]
- Definition Classes
- String
- def toDouble(implicit tfs: Double.Shell1[ToDouble, T, ops.impl.std.String]): TwoFace.Double[Shell.One.Double.Out]
- Definition Classes
- String
- def toFloat(implicit tfs: Float.Shell1[ToFloat, T, ops.impl.std.String]): TwoFace.Float[Shell.One.Float.Out]
- Definition Classes
- String
- def toInt(implicit tfs: Int.Shell1[ToInt, T, ops.impl.std.String]): TwoFace.Int[Shell.One.Int.Out]
- Definition Classes
- String
- def toLong(implicit tfs: Long.Shell1[ToLong, T, ops.impl.std.String]): TwoFace.Long[Shell.One.Long.Out]
- Definition Classes
- String
- def toNat(implicit nat: SafeNat[ToNat[T]]): ops.impl.OpNat.Out
- Definition Classes
- String
- def toString(): java.lang.String
- Definition Classes
- TwoFaceAny → Any
- def toSymbol(implicit sym: SafeSymbol[ToSymbol[T]]): ops.impl.OpSymbol.Out
- Definition Classes
- String
- val value: ops.impl.std.String