View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.eclipse / Contract / requireNotNull

requireNotNull

static fun <T : Any> requireNotNull(argumentName: String, obj: T): Unit

Requires that the object is not null.

Parameters

argumentName - The argument name.

obj - The object to check.