in scala/xml/parsing
class CustomValue

case class CustomValue[A](value: A)
extends AttribValue
with ScalaObject
with CaseClass

Field Summary
  val value: A

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Methods inherited from scala/xml/parsing/AttribValue-class
asInt, asString

Field Detail

value

  val value: A