Packages

object Fastring

Linear Supertypes
Content Hierarchy
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 FromString extends Fastring
  3. class LeftPadInt extends Fastring
  4. class LeftPadLong extends Fastring
  5. final class FilledInt extends LeftPadInt
    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) Use leftPad instead

  6. 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(any: Any): FromAny
    Annotations
    @inline()
  7. final def apply[A <: Fastring](fastring: A): A
    Annotations
    @inline()
  8. 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]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. implicit final def canBuildFrom: FastringCanBuildFrom.type
    Annotations
    @inline()
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def empty: Empty.type
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def newBuilder: LazyBuilder[String, Fastring]
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. object Empty extends Fastring
  29. object FastringCanBuildFrom extends CanBuildFrom[Fastring, String, Fastring]
  30. object Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped