A helpful Boolean extractor
A helpful Double extractor
A helpful Int extractor
A helpful Long extractor
A helper that will convert the String to a Boolean if it's t, true, yes, 1, f, false, no, or 0
Safely convert the specified String to a Double.
Safely convert the specified String to an Int.
Convert any object to an "equivalent" Long depending on its value
Safely convert the specified String to a Long.
Allows an implicit transform from a Boolean to a Boolean2, allowing expressions such as:
(1 == 2) ? "a" | "b"
(This expression will return "b")
Allows an implicit transform from a Boolean to a Boolean2, allowing expressions such as:
(1 == 2) ? "a" | "b"
(This expression will return "b")
the predicate to be tested by the ternary operator.
Compare two Elems
Compare the metadata of two attributes
Comparse two XML nodes
Compare two NodeSeq and return true if they are equal, even if attribute order of Elems is different
Compare two arrays of Byte for byte equality.
Compare two arrays of Byte for byte equality.
true if two Byte arrays contain the same bytes
Compare two arrays of Byte for byte equality.
Compare two arrays of Byte for byte equality.
true if two Byte arrays don't contain the same bytes
promote a partial function such that we can invoke the guard method to wrap the guarded partial function with a guard
Convert any object to an "equivalent" Boolean depending on its value
Convert any InputStream to a ByteArrayInputStream
Convert any object to an "equivalent" Int depending on its value
Convert any object to an "equivalent" Long depending on its value
Implicit transformation from a Boolean expression to an OptionalCons object so that an element can be added to a list if the expression is true
This trait adds functionality to Scala standard types