Packages

object Fastring

Source
Fastring.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fastring
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class FromAny extends Fastring
  2. final class FromBoolean extends Fastring
  3. final class FromByte extends Fastring
  4. final class FromChar extends Fastring
  5. final class FromCharArray extends Fastring
  6. final class FromDouble extends Fastring
  7. final class FromFloat extends Fastring
  8. final class FromInt extends Fastring
  9. final class FromLong extends Fastring
  10. final class FromShort extends Fastring
  11. final class FromString extends Fastring
  12. class LeftPadInt extends Fastring
  13. class LeftPadLong extends Fastring
  14. final class FilledInt extends LeftPadInt
    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) Use leftPad instead

  15. final class FilledLong extends LeftPadLong
    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) Use leftPad instead

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply(string: String): FromString
    Annotations
    @inline()
  5. final macro def apply(argument1: Any, argument2: Any, rest: Any*): Fastring
    Annotations
    @inline()
  6. final def apply(from: Double): FromDouble
    Annotations
    @inline()
  7. final def apply(from: Float): FromFloat
    Annotations
    @inline()
  8. final def apply(from: Long): FromLong
    Annotations
    @inline()
  9. final def apply(from: Int): FromInt
    Annotations
    @inline()
  10. final def apply(from: Short): FromShort
    Annotations
    @inline()
  11. final def apply(from: Char): FromChar
    Annotations
    @inline()
  12. final def apply(from: Byte): FromByte
    Annotations
    @inline()
  13. final def apply(from: Boolean): FromBoolean
    Annotations
    @inline()
  14. final def apply(from: Array[Char]): FromCharArray
    Annotations
    @inline()
  15. final def apply(from: Any): FromAny
    Annotations
    @inline()
  16. final def apply[A <: Fastring](fastring: A): A
    Annotations
    @inline()
  17. final def applyVarargs_impl(c: Context)(argument1: scala.reflect.macros.whitebox.Context.Expr[Any], argument2: scala.reflect.macros.whitebox.Context.Expr[Any], rest: scala.reflect.macros.whitebox.Context.Expr[Any]*): scala.reflect.macros.whitebox.Context.Expr[Fastring]
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. implicit final def canBuildFrom: FastringCanBuildFrom.type
    Annotations
    @inline()
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  21. final def empty: Empty.type
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def newBuilder: LazyBuilder[String, Fastring]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. object Empty extends Fastring
  37. object FastringCanBuildFrom extends CanBuildFrom[Fastring, String, Fastring]
  38. object Implicits

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped