object Fastring
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Fastring
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final class FromAny extends Fastring
- final class FromString extends Fastring
- class LeftPadInt extends Fastring
- class LeftPadLong extends Fastring
-
final
class
FilledInt
extends LeftPadInt
- Annotations
- @deprecated
- Deprecated
(Since version 0.3.0) Use
leftPadinstead
-
final
class
FilledLong
extends LeftPadLong
- Annotations
- @deprecated
- Deprecated
(Since version 0.3.0) Use
leftPadinstead
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
apply(string: String): FromString
- Annotations
- @inline()
-
final macro
def
apply(argument1: Any, argument2: Any, rest: Any*): Fastring
- Annotations
- @inline()
-
final
def
apply(any: Any): FromAny
- Annotations
- @inline()
-
final
def
apply[A <: Fastring](fastring: A): A
- Annotations
- @inline()
- 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]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit final
def
canBuildFrom: FastringCanBuildFrom.type
- Annotations
- @inline()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- final def empty: Empty.type
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def newBuilder: LazyBuilder[String, Fastring]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Empty extends Fastring
- object FastringCanBuildFrom extends CanBuildFrom[Fastring, String, Fastring]
- object Implicits