Packages

trait String[T] extends TwoFaceAny[ops.impl.std.String, T]

Source
TwoFaceAny.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. String
  2. TwoFaceAny
  3. HasOut
  4. Serializable
  5. Serializable
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Out = T
    Definition Classes
    TwoFaceAnyHasOut

Abstract Value Members

  1. abstract def getClass(): Class[_]
    Definition Classes
    Any
  2. abstract def getValue: ops.impl.std.String
    Definition Classes
    TwoFaceAny
    Annotations
    @inline()

Concrete Value Members

  1. 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]
  2. 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]
  3. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    Any
  4. final def ##(): scala.Int
    Definition Classes
    Any
  5. 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]
  6. def ==[R](r: String[R])(implicit ccs: CaseClassSkipper[Boolean.Shell2[==, T, ops.impl.std.String, R, ops.impl.std.String]]): CaseClassSkipper.Out
  7. 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]
  8. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. 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]
  11. def equals(arg0: Any): scala.Boolean
    Definition Classes
    Any
  12. def hashCode(): scala.Int
    Definition Classes
    Any
  13. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  14. def isLiteral(implicit rt: RunTime[T]): ops.impl.std.Boolean
    Definition Classes
    TwoFaceAny
  15. def length(implicit tfs: Int.Shell1[Length, T, ops.impl.std.String]): TwoFace.Int[Shell.One.Int.Out]
  16. def reverse(implicit tfs: String.Shell1[Reverse, T, ops.impl.std.String]): TwoFace.String[Shell.One.String.Out]
  17. def simplify(implicit tfs: String.Shell1[Id, T, ops.impl.std.String]): TwoFace.String[Shell.One.String.Out]
  18. 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]
  19. def toDouble(implicit tfs: Double.Shell1[ToDouble, T, ops.impl.std.String]): TwoFace.Double[Shell.One.Double.Out]
  20. def toFloat(implicit tfs: Float.Shell1[ToFloat, T, ops.impl.std.String]): TwoFace.Float[Shell.One.Float.Out]
  21. def toInt(implicit tfs: Int.Shell1[ToInt, T, ops.impl.std.String]): TwoFace.Int[Shell.One.Int.Out]
  22. def toLong(implicit tfs: Long.Shell1[ToLong, T, ops.impl.std.String]): TwoFace.Long[Shell.One.Long.Out]
  23. def toNat(implicit nat: SafeNat[ToNat[T]]): ops.impl.OpNat.Out
  24. def toString(): java.lang.String
    Definition Classes
    TwoFaceAny → Any

Inherited from TwoFaceAny[ops.impl.std.String, T]

Inherited from HasOut

Inherited from Serializable

Inherited from Serializable

Inherited from Any

Ungrouped