BasicFunctions

esc.utils.BasicFunctions

Object with some basics functions which are useful to have per object reference.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def isNullOrEmpty(s: String): Boolean

Check whetever a string is null or empty (true) or not (false).

Check whetever a string is null or empty (true) or not (false).

Attributes