object JsStrSpecs
Factory of specs to define values as strings
- Alphabetic
- By Inheritance
- JsStrSpecs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
consts(constants: String*): JsSpec
returns a spec to restrict a value to a fixed set of strings
returns a spec to restrict a value to a fixed set of strings
- constants
the set of allowed strings
- returns
a spec
-
def
consts(nullable: Boolean, required: Boolean, constants: String*): JsSpec
returns a spec to restrict a value to a fixed set of strings
returns a spec to restrict a value to a fixed set of strings
- nullable
if true, null is allowed
- required
if true, the value is mandatory
- constants
the set of allowed strings
- returns
a spec
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
str(nullable: Boolean = false, required: Boolean = true): JsSpec
returns a spec to specify that a value is a string
returns a spec to specify that a value is a string
- nullable
if true, null is allowed
- required
if true, the value is mandatory
- returns
a spec
-
val
str: JsSpec
spec to specify that a value is a string
-
def
strSuchThat(p: (String) ⇒ Result, nullable: Boolean = false, required: Boolean = true): JsSpec
returns a spec to specify that a value is a string that satisfies a predicate
returns a spec to specify that a value is a string that satisfies a predicate
- p
the predicate the string has to satisfy
- nullable
if true, null is allowed and the predicate is not evaluated
- required
if true, the value is mandatory
- returns
a spec
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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()