com.dongxiguo.fastring

Fastring

object Fastring

Source
Fastring.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Fastring
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Empty extends Fastring

  7. object FastringCanBuildFrom extends CanBuildFrom[Fastring, String, Fastring]

  8. object Implicits

  9. final def apply(string: String): FromString

    Annotations
    @inline()
  10. final def apply(argument1: Any, argument2: Any, rest: Any*): Fastring

    Annotations
    @macroImpl( ... ) @inline()
  11. final def apply(from: Double): FromDouble

    Annotations
    @inline()
  12. final def apply(from: Float): FromFloat

    Annotations
    @inline()
  13. final def apply(from: Long): FromLong

    Annotations
    @inline()
  14. final def apply(from: Int): FromInt

    Annotations
    @inline()
  15. final def apply(from: Short): FromShort

    Annotations
    @inline()
  16. final def apply(from: Char): FromChar

    Annotations
    @inline()
  17. final def apply(from: Byte): FromByte

    Annotations
    @inline()
  18. final def apply(from: Boolean): FromBoolean

    Annotations
    @inline()
  19. final def apply(from: Array[Char]): FromCharArray

    Annotations
    @inline()
  20. final def apply(from: Any): FromAny

    Annotations
    @inline()
  21. final def apply[A <: Fastring](fastring: A): A

    Annotations
    @inline()
  22. final def applyVarargs_impl(c: Context)(argument1: scala.reflect.macros.Context.Expr[Any], argument2: scala.reflect.macros.Context.Expr[Any], rest: scala.reflect.macros.Context.Expr[Any]*): scala.reflect.macros.Context.Expr[Fastring]

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. implicit final def canBuildFrom: FastringCanBuildFrom.type

    Annotations
    @inline()
  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def empty: Empty.type

  27. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def newBuilder: LazyBuilder[String, Fastring]

  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped