fun <T> Builder<T?>.isNotNull(): Builder<T>
Asserts that the subject is not null.
null
Return an assertion for a non-null subject.