class AttributePart[T] extends DirectivePart[T]
- Alphabetic
- By Inheritance
- AttributePart
- DirectivePart
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AttributePart(key: AttributeKey, decoder: ConfigDecoder[T], isInherited: Boolean, requiredMsg: ⇒ String)
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
-
def
andThen[A](g: (Result[T]) ⇒ A): (DirectiveContext) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(context: DirectiveContext): Result[T]
- Definition Classes
- AttributePart → Function1
- def as[U](implicit decoder: ConfigDecoder[U]): AttributePart[U]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[A](g: (A) ⇒ DirectiveContext): (A) ⇒ Result[T]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
evalMap[B](f: (T) ⇒ Either[String, B]): DirectivePart[B]
- Definition Classes
- DirectivePart
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- AttributePart → DirectivePart
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inherited: AttributePart[T]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[B](f: (T) ⇒ B): DirectivePart[B]
- Definition Classes
- DirectivePart
-
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()
- def optional: DirectivePart[Option[T]]
-
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
- AttributePart → DirectivePart
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def widen: DirectivePart[T]