object Utils
Generic utilities that can be used anywhere
- Alphabetic
- By Inheritance
- Utils
- 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
emptyString(string: String): Boolean
Utility method to test if a string is empty
Utility method to test if a string is empty
- string
the string to test
- returns
true if string is empty, false otherwise
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.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()
-
implicit
def
httpStatusNameToCode(httpResponseStatus: HttpResponseStatus): Int
Implicit conversion of HttpStatus response names to relative codes
Implicit conversion of HttpStatus response names to relative codes
- httpResponseStatus
the httpResponseStatus name to convert
- returns
the integer representing the httpStatus
-
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
parseException(context: String, errorMessage: String): ParseException
- returns
the ParseException filled with error string
-
def
randomInt(max: Int): Int
Generates a random integer at most great as max
Generates a random integer at most great as max
- max
the maximum value the random value can assume
- returns
the random integer
-
def
randomString(length: Int): String
Generates a random string of the specified length
Generates a random string of the specified length
- length
the length of the random String
- returns
the random string
-
implicit
def
stringToOption(string: String): Option[String]
Implicit conversion of strings to String options
Implicit conversion of strings to String options
- string
the string to convert
- returns
the option of that string
-
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
- @native() @throws( ... )