Packages

sealed abstract class FieldNamesDirective extends Product with ValueRenderable

Source
CacheDirective.scala
Linear Supertypes
ValueRenderable, ToStringRenderable, Renderable, Product, Equals, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldNamesDirective
  2. ValueRenderable
  3. ToStringRenderable
  4. Renderable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def fieldNames: Seq[String]
  3. abstract def productArity: Int
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product
  4. def productPrefix: String
    Definition Classes
    Product
  5. final def render[R <: Rendering](r: R): r.type
    Definition Classes
    FieldNamesDirective → Renderable
  6. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  7. def value: String
    Definition Classes
    ValueRenderable