command / me.schlaubi.regnumutils.common / Misc

Misc

open class Misc

Some tools.

Constructors

<init>

Misc()

Some tools.

Functions

first

open static fun <T : Any!> first(collection: MutableCollection<T>): T?

Returns the first element of a Collection.

isNumeric

open static fun isNumeric(input: String): Boolean

Checks whether a String is numeric or not.