isNumeric

fun isNumeric(element: Any?): Boolean

Test if the object is any of {Double, Long, Integer, Boolean, Float, Short, Byte}

Return

true if it is numeric

Parameters

element

the element to test