public interface ERXNonNullObjectInterface
object != null
or session.user = null
, you can instead use
object.isNonNull = 1
or not(session.user.isNonNull = 1)
.Modifier and Type | Method and Description |
---|---|
Boolean |
isNonNull() |
Boolean isNonNull()
Copyright © 2002 – 2024 Project Wonder.