object string extends StringInstances
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- string
- StringInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
-   implicit  def endsWithString1DeriveGen[S <: String](implicit ws: Aux[S], deriveGenT: DeriveGen[Char]): DeriveGen[Refined[String, EndsWith[S]]]- Definition Classes
- StringInstances
 
-    def endsWithString1Gen[R, S <: String](implicit ws: Aux[S], charGen: Gen[R, Char]): Gen[R, Refined[String, EndsWith[S]]]- Definition Classes
- StringInstances
 
-   implicit  def endsWithStringDeriveGen[S <: String](implicit ws: Aux[S], deriveGenT: DeriveGen[Char]): DeriveGen[Refined[String, EndsWith[S]]]- Definition Classes
- StringInstances
 
-    def endsWithStringGen[R, S <: String](implicit ws: Aux[S], charGen: Gen[R, Char]): Gen[R, Refined[String, EndsWith[S]]]- Definition Classes
- StringInstances
 
-   implicit  def endsWithStringNDeriveGen[S <: String, P](implicit ws: Aux[S], deriveGenT: DeriveGen[Char], deriveGenSize: DeriveGen[Refined[Int, P]]): DeriveGen[Refined[String, EndsWith[S]]]- Definition Classes
- StringInstances
 
-    def endsWithStringNGen[R, S <: String, P](implicit ws: Aux[S], charGen: Gen[R, Char], sizeGen: Gen[R, Refined[Int, P]]): Gen[R, Refined[String, EndsWith[S]]]- Definition Classes
- StringInstances
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-   implicit  def startsWithString1DeriveGen[S <: String](implicit ws: Aux[S], deriveGenT: DeriveGen[Char]): DeriveGen[Refined[String, StartsWith[S]]]- Definition Classes
- StringInstances
 
-    def startsWithString1Gen[R, S <: String](implicit ws: Aux[S], charGen: Gen[R, Char]): Gen[R, Refined[String, StartsWith[S]]]- Definition Classes
- StringInstances
 
-   implicit  def startsWithStringDeriveGen[S <: String](implicit ws: Aux[S], deriveGenT: DeriveGen[Char]): DeriveGen[Refined[String, StartsWith[S]]]- Definition Classes
- StringInstances
 
-    def startsWithStringGen[R, S <: String](implicit ws: Aux[S], charGen: Gen[R, Char]): Gen[R, Refined[String, StartsWith[S]]]- Definition Classes
- StringInstances
 
-   implicit  def startsWithStringNDeriveGen[S <: String, P](implicit ws: Aux[S], deriveGenT: DeriveGen[Char], deriveGenSize: DeriveGen[Refined[Int, P]]): DeriveGen[Refined[String, StartsWith[S]]]- Definition Classes
- StringInstances
 
-    def startsWithStringNGen[R, S <: String, P](implicit ws: Aux[S], charGen: Gen[R, Char], sizeGen: Gen[R, Refined[Int, P]]): Gen[R, Refined[String, StartsWith[S]]]- Definition Classes
- StringInstances
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   implicit  val uuidStringDeriveGen: DeriveGen[Refined[String, Uuid]]- Definition Classes
- StringInstances
 
-    val uuidStringGen: Gen[Any, Refined[String, Uuid]]- Definition Classes
- StringInstances
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()