open class Misc
Some tools.
Misc()
Some tools. |
open static fun <T : Any!> first(collection: MutableCollection<T>): T?
Returns the first element of a |
|
open static fun isNumeric(input: String): Boolean
Checks whether a String is numeric or not. |