implicit final
class
ETag extends AnyVal
Instance Constructors
-
new
ETag(value: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
def
isDefined: Boolean
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
toOption: Option[ETag]
-
def
toString(): String
-
val
value: String
Inherited from AnyVal
Inherited from NotNull
Inherited from Any