final case class Since(value: String) extends MutableTag with HasValue with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Since
- Serializable
- Serializable
- Product
- Equals
- HasValue
- MutableTag
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Since(value: String)
Value Members
-
def
isBlank: Boolean
- Definition Classes
- HasValue
-
def
isOpen: Boolean
- Definition Classes
- Since → MutableTag
-
def
nonBlank: Boolean
- Definition Classes
- MutableTag
-
def
toTag: Tag.Since
- Definition Classes
- Since → MutableTag
- var value: String