Packages

sealed abstract class ModeledCompanion[T] extends Renderable

Source
headers.scala
Linear Supertypes
Renderable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModeledCompanion
  2. Renderable
  3. AnyRef
  4. 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

Value Members

  1. val lowercaseName: String
  2. val name: String
  3. def parseFromValueString(value: String): Either[List[ErrorInfo], T]

    Parses the given value into a header of this type.

    Parses the given value into a header of this type. Returns Right[T] if parsing was successful and Left(errors) otherwise.

  4. final def render[R <: Rendering](r: R): r.type
    Definition Classes
    ModeledCompanion → Renderable