Packages

class AttributePart[T] extends DirectivePart[T]

Linear Supertypes
DirectivePart[T], (DirectiveContext) ⇒ Result[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributePart
  2. DirectivePart
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributePart(key: AttributeKey, decoder: ConfigDecoder[T], isInherited: Boolean, requiredMsg: ⇒ String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (Result[T]) ⇒ A): (DirectiveContext) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(context: DirectiveContext): Result[T]
    Definition Classes
    AttributePart → Function1
  6. def as[U](implicit decoder: ConfigDecoder[U]): AttributePart[U]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def compose[A](g: (A) ⇒ DirectiveContext): (A) ⇒ Result[T]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def evalMap[B](f: (T) ⇒ Either[String, B]): DirectivePart[B]
    Definition Classes
    DirectivePart
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hasBody: Boolean

    Indicates whether the directive supports a body section after the directive name and attribute section.

    Indicates whether the directive supports a body section after the directive name and attribute section.

    Definition Classes
    AttributePartDirectivePart
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def inherited: AttributePart[T]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def map[B](f: (T) ⇒ B): DirectivePart[B]
    Definition Classes
    DirectivePart
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def needsCursor: Boolean

    Indicates whether this part or any of its sub-parts requests access to a cursor.

    Indicates whether this part or any of its sub-parts requests access to a cursor. This information is used to determine the default phase a directive should be resolved in.

    Definition Classes
    AttributePartDirectivePart
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def optional: DirectivePart[Option[T]]
  24. def separators: Set[String]

    The names of the separator directives accepted by this directive part.

    The names of the separator directives accepted by this directive part.

    Definition Classes
    AttributePartDirectivePart
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def widen: DirectivePart[T]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from DirectivePart[T]

Inherited from (DirectiveContext) ⇒ Result[T]

Inherited from AnyRef

Inherited from Any

Ungrouped