Packages

case class Text(name: String) extends NameMatcher with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, NameMatcher, (String) ⇒ Boolean, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Text
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NameMatcher
  7. Function1
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Text(name: String)

Value Members

  1. def andThen[A](g: (Boolean) ⇒ A): (String) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(x: String): Boolean
    Definition Classes
    Text → Function1
  3. def compose[A](g: (A) ⇒ String): (A) ⇒ Boolean
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val name: String
  5. def toString(): String
    Definition Classes
    Text → Function1 → AnyRef → Any