isNotNull

fun isNotNull(value: String?)(source)

Check if the given value is not null

Accepts:

  • Everything except null

Since

0.1.0

Parameters

value

The value to check

Throws

If the value is null


Check if the given value is not null

Accepts:

  • Everything except null

Since

0.1.0

See also

Throws

If the value is null