any → is-not-null() → boolean
Returns true when the input does not satisfy is-null.
This predicate has no parameters.
#null | is-not-null → #false 10 | is-not-null → #true
Kind: Predicate Scope: special Aliases: not-null
special
not-null